Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-11-21 14:06:59 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-11-21 14:06:59 +0300
commited1ee89288e991965773d9623fe6f3fadd2eb61e (patch)
tree1d882b7ab961031ecbb049d559d3cdeb12b29c39 /source/blender/blentranslation/intern
parent638622971b7077821eeb46295ee15aa4733a2dab (diff)
I18N: tweak some UI labels and tips.
Diffstat (limited to 'source/blender/blentranslation/intern')
-rw-r--r--source/blender/blentranslation/intern/blt_lang.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/blentranslation/intern/blt_lang.c b/source/blender/blentranslation/intern/blt_lang.c
index f373ca24861..a36fe245a2a 100644
--- a/source/blender/blentranslation/intern/blt_lang.c
+++ b/source/blender/blentranslation/intern/blt_lang.c
@@ -157,9 +157,12 @@ static void fill_locales(void)
}
if (id == 0) {
- /* The DEFAULT item... */
+ /* The DEFAULT/Automatic item... */
if (BLI_strnlen(loc, 2)) {
- locales[id] = locales_menu[idx].description = BLI_strdup("");
+ locales[id] = "";
+ /* Keep this tip in sync with the one in rna_userdef (rna_enum_language_default_items). */
+ locales_menu[idx].description = BLI_strdup("Automatically choose system's defined language "
+ "if available, or fall-back to English");
}
/* Menu "label", not to be stored in locales! */
else {