diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-08-07 13:33:14 +0200 |
---|---|---|
committer | Kess Vargavind <vargavind@gmail.com> | 2009-08-07 14:18:45 +0200 |
commit | 6460413ee2f50be561fd0824e3eaa9c2c09415b1 (patch) | |
tree | 86691035f8d0d3bfac86249b63a160fab924c43c /src/gui/charcreatedialog.cpp | |
parent | 6ab1e52df06baea2ad00d4e87378f220534795c8 (diff) | |
download | mana-6460413ee2f50be561fd0824e3eaa9c2c09415b1.tar.gz mana-6460413ee2f50be561fd0824e3eaa9c2c09415b1.tar.bz2 mana-6460413ee2f50be561fd0824e3eaa9c2c09415b1.tar.xz mana-6460413ee2f50be561fd0824e3eaa9c2c09415b1.zip |
Gettext fixes
Trying to use the same kind of capitalization and interpunctuation
for various parts of the gui, melding a few split strings, updating
POTFILES.in and adding translators' notes.
Diffstat (limited to 'src/gui/charcreatedialog.cpp')
-rw-r--r-- | src/gui/charcreatedialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/charcreatedialog.cpp b/src/gui/charcreatedialog.cpp index f679072d..e09eee55 100644 --- a/src/gui/charcreatedialog.cpp +++ b/src/gui/charcreatedialog.cpp @@ -70,10 +70,10 @@ CharCreateDialog::CharCreateDialog(Window *parent, int slot): // TRANSLATORS: This is a narrow symbol used to denote 'previous'. // You may change this symbol if your language uses another. mPrevHairColorButton = new Button(_("<"), "prevcolor", this); - mHairColorLabel = new Label(_("Hair Color:")); + mHairColorLabel = new Label(_("Hair color:")); mNextHairStyleButton = new Button(_(">"), "nextstyle", this); mPrevHairStyleButton = new Button(_("<"), "prevstyle", this); - mHairStyleLabel = new Label(_("Hair Style:")); + mHairStyleLabel = new Label(_("Hair style:")); mCreateButton = new Button(_("Create"), "create", this); mCancelButton = new Button(_("Cancel"), "cancel", this); mMale = new RadioButton(_("Male"), "gender"); |