Browse Source

Introjucer: updated translation tool wording.

tags/2021-05-28
jules 12 years ago
parent
commit
5f0c8d47ae
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      extras/Introjucer/Source/Utility/jucer_TranslationTool.h

+ 2
- 2
extras/Introjucer/Source/Utility/jucer_TranslationTool.h View File

@@ -262,8 +262,8 @@ struct TranslationHelpers
{
StringArray lines;
lines.add ("language: [enter 2-letter country code here!]");
lines.add ("countries: [enter list of valid locales here!]");
lines.add ("language: [enter full name of the language here!]");
lines.add ("countries: [enter list of 2-character country codes here!]");
lines.add (String::empty);
for (int i = 0; i < preStrings.size(); ++i)


Loading…
Cancel
Save