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/setup_keyboard.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/setup_keyboard.cpp')
-rw-r--r-- | src/gui/setup_keyboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_keyboard.cpp b/src/gui/setup_keyboard.cpp index 938c1c4e..d9117b8a 100644 --- a/src/gui/setup_keyboard.cpp +++ b/src/gui/setup_keyboard.cpp @@ -116,7 +116,7 @@ void Setup_Keyboard::apply() if (keyboard.hasConflicts()) { - new OkDialog(_("Key Conflict(s) Detected."), + new OkDialog(_("Key Conflict(s) Detected"), _("Resolve them, or gameplay may result in strange " "behaviour.")); } |