diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-25 20:55:33 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-25 20:55:33 +0200 |
commit | d9e94fa0c308f8f157e71fb03bab5834308b56ee (patch) | |
tree | eb62b2e2feb93c7f9a1bd212ec4a3dd08d006664 /editor/translations/ar.po | |
parent | 2879a173e34a8034e560bc8ad130e07dff613aaf (diff) |
Fix i18n bug in GridMap string
Regression from 6134d87 causing build issue on clang.
Diffstat (limited to 'editor/translations/ar.po')
-rw-r--r-- | editor/translations/ar.po | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/editor/translations/ar.po b/editor/translations/ar.po index 6388cb742a..ac273ea41e 100644 --- a/editor/translations/ar.po +++ b/editor/translations/ar.po @@ -7045,19 +7045,11 @@ msgid "Snap View" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Prev Level (" +msgid "Prev Level (%sDown Wheel)" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Down Wheel)" -msgstr "" - -#: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Next Level (" -msgstr "" - -#: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Up Wheel)" +msgid "Next Level (%sUp Wheel)" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp |