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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-10-14 17:13:13 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-10-14 17:13:13 +0400
commitf66cbcb1ad04b60fe1f8dc6bac19ef0c9fd81996 (patch)
treec718032ebef7a7b1fa003e760455e72e1498e552 /source/blender/makesrna
parentfdc0edefce7c75371479cd720aba3f9d3ba24924 (diff)
Remove final e from Francaise
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 7fb6f2de15b..28525042eda 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -2514,7 +2514,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
{0, "", 0, "Nearly done", ""},
{0, "DEFAULT", 0, N_("Default (Default)"), ""},
{1, "ENGLISH", 0, N_("English (English)"), "en_US"},
- {8, "FRENCH", 0, N_("French (Française)"), "fr_FR"},
+ {8, "FRENCH", 0, N_("French (Français)"), "fr_FR"},
{9, "SPANISH", 0, N_("Spanish (Español)"), "es_ES"},
{13, "SIMPLIFIED_CHINESE", 0, N_("Simplified Chinese (简体中文)"), "zh_CN"},
{0, "", 0, "In progress", ""},