aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.c
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-14 15:50:37 -0500
committerNebuleon Fumika2013-02-14 15:50:37 -0500
commit7dd97636588f4022933819f85c92c4f620ac81b1 (patch)
tree7da93220f425e05f0c352e634e9c885994635a30 /source/nds/gui.c
parente156b475034a2059f10e1208dbfad62128620518 (diff)
downloadsnes9x2005-7dd97636588f4022933819f85c92c4f620ac81b1.tar.gz
snes9x2005-7dd97636588f4022933819f85c92c4f620ac81b1.tar.bz2
snes9x2005-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/nds/gui.c')
-rw-r--r--source/nds/gui.c2
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] };