[Bf-blender-cvs] [e3f48bd] master: Usual i18n/UI message fixes...

Bastien Montagne noreply at git.blender.org
Tue Feb 2 20:42:33 CET 2016


Commit: e3f48bdb4848a9b6239ec0b03a39583001086624
Author: Bastien Montagne
Date:   Tue Feb 2 20:40:23 2016 +0100
Branches: master
https://developer.blender.org/rBe3f48bdb4848a9b6239ec0b03a39583001086624

Usual i18n/UI message fixes...

===================================================================

M	release/scripts/modules/bl_i18n_utils/settings.py
M	source/blender/editors/space_sequencer/sequencer_modifier.c

===================================================================

diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index 49dbfbe..2dc8ccb 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -337,6 +337,8 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
     "image path can't be written to",
     "in memory to enable editing!",
     "jumps over",
+    "left",
+    "right",
     "the lazy dog",
     "unable to load movie clip",
     "unable to load text",
diff --git a/source/blender/editors/space_sequencer/sequencer_modifier.c b/source/blender/editors/space_sequencer/sequencer_modifier.c
index aea0f6a..f7999ee 100644
--- a/source/blender/editors/space_sequencer/sequencer_modifier.c
+++ b/source/blender/editors/space_sequencer/sequencer_modifier.c
@@ -260,7 +260,7 @@ void SEQUENCER_OT_strip_modifier_copy(wmOperatorType *ot)
 {
 	static EnumPropertyItem type_items[] = {
 		{SEQ_MODIFIER_COPY_REPLACE, "REPLACE", 0, "Replace",
-		 "Replace modifiers in desctination"},
+		 "Replace modifiers in destination"},
 		{SEQ_MODIFIER_COPY_APPEND,  "APPEND",  0, "Append",
 		 "Append active modifiers to selected strips"},
 		{0, NULL, 0, NULL, NULL}};




More information about the Bf-blender-cvs mailing list