diff options
author | Nebuleon Fumika | 2013-02-14 15:50:37 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-02-14 15:50:37 -0500 |
commit | 7dd97636588f4022933819f85c92c4f620ac81b1 (patch) | |
tree | 7da93220f425e05f0c352e634e9c885994635a30 /source | |
parent | e156b475034a2059f10e1208dbfad62128620518 (diff) | |
download | snesemu-7dd97636588f4022933819f85c92c4f620ac81b1.tar.gz snesemu-7dd97636588f4022933819f85c92c4f620ac81b1.tar.bz2 snesemu-7dd97636588f4022933819f85c92c4f620ac81b1.zip |
Brazilian Portuguese adjustments.
* Align text in columns for options.
* Fix a spelling mistake, "relaizar".
* Consistency with other languages.
* Reorder the hotkey options, which I pasted in incorrectly.
Diffstat (limited to 'source')
-rw-r--r-- | source/nds/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/gui.c b/source/nds/gui.c index 0bb3ccb..17b2e47 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -60,7 +60,7 @@ char *lang[8] = "Nederlands", // 4 "Español", // 5 "Italiano", // 6 - "Português (br.)", // 7 + "Português (Br.)", // 7 }; char *language_options[] = { (char *) &lang[0], (char *) &lang[1], (char *) &lang[2], (char *) &lang[3], (char *) &lang[4], (char *) &lang[5], (char *) &lang[6], (char *) &lang[7] }; |