Correct some of the messages

This commit is contained in:
simon.kagstrom 2010-01-06 07:49:00 +00:00
parent 5c366bce09
commit da1885406b

View File

@ -37,13 +37,12 @@ const char **network_unset_name_dlg = (const char*[]){
const char **broken_theme_dlg = (const char*[]){ const char **broken_theme_dlg = (const char*[]){
/*00*/ "The selected theme cannot be", /*00*/ "The selected theme cannot be",
/*01*/ "loaded, probably something is", /*01*/ "loaded, probably some file",
/*02*/ "broken in it. Reverting to", /*02*/ "is missing or broken in it.",
/*03*/ "default theme.", /*03*/ "The default theme has been",
/*04*/ "#", /*04*/ "reverted.",
/*05*/ "#", /*05*/ "#",
/*06*/ "#", /*06*/ "^|OK",
/*07*/ "^|OK",
NULL NULL
}; };
@ -121,14 +120,14 @@ const char **options_menu_messages = (const char*[]){
const char **bind_key_menu_messages = (const char*[]){ const char **bind_key_menu_messages = (const char*[]){
/*00*/ "Bind Wiimote", /*00*/ "Bind Wiimote",
/*01*/ "^|Up|Down|Left|Right|A|B|+|-", /*01*/ "^|Up|Down|Left|Right|A|B|+|-",
/*03*/ "Bind Nunchuk", /*02*/ "Bind Nunchuk",
/*04*/ "^|Up|Down|Z", /*03*/ "^|Horiz|Vert|Z|C",
/*06*/ "Bind Classic controller", /*04*/ "Bind Classic controller",
/*07*/ "^|Up|Down|Left|X|Y|A|B|+|-|Zr|Zl", /*05*/ "^|Up|Down|Left|a|b|x|y|Zl|Zr|+|-",
/*08*/ "Bind Classic controller (left analogue)", /*06*/ "Bind Classic controller (left analogue)",
/*09*/ "^|Up|Down|Left|Right", /*07*/ "^|Horiz|Vert",
/*08*/ "Bind Classic controller (right analogue)", /*08*/ "Bind Classic controller (right analogue)",
/*09*/ "^|Up|Down|Left|Right", /*09*/ "^|Horiz|Vert",
NULL NULL
}; };