mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 10:17:54 +00:00
Sync to Wine-0_9_2:
Francois Gouget <fgouget@free.fr> - Assorted spelling fixes. svn path=/trunk/; revision=19583
This commit is contained in:
parent
829a120a32
commit
29d10b7e0f
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ static const char *get_language_name(int lid) {
|
||||||
PRETTYPRINTLANG(CORNISH)
|
PRETTYPRINTLANG(CORNISH)
|
||||||
PRETTYPRINTLANG(WELSH)
|
PRETTYPRINTLANG(WELSH)
|
||||||
PRETTYPRINTLANG(BRETON)
|
PRETTYPRINTLANG(BRETON)
|
||||||
return "Unkown language";
|
return "Unknown language";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -981,7 +981,7 @@ void verify_translations(resource_t *top) {
|
||||||
add_resource(next);
|
add_resource(next);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "Report this: unkown resource type parsed %08x\n", next->type);
|
fprintf(stderr, "Report this: unknown resource type parsed %08x\n", next->type);
|
||||||
}
|
}
|
||||||
next = next->next;
|
next = next->next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue