[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41690] trunk/blender/source/blender: minor: some fixes and tweaks in new messages, found while translating them in french...

Bastien Montagne montagne29 at wanadoo.fr
Wed Nov 9 00:27:34 CET 2011


Revision: 41690
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41690
Author:   mont29
Date:     2011-11-08 23:27:31 +0000 (Tue, 08 Nov 2011)
Log Message:
-----------
minor: some fixes and tweaks in new messages, found while translating them in french...

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_clip/clip_graph_ops.c
    trunk/blender/source/blender/editors/space_clip/clip_ops.c
    trunk/blender/source/blender/editors/space_clip/tracking_ops.c
    trunk/blender/source/blender/makesrna/intern/rna_movieclip.c

Modified: trunk/blender/source/blender/editors/space_clip/clip_graph_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_clip/clip_graph_ops.c	2011-11-08 22:38:10 UTC (rev 41689)
+++ trunk/blender/source/blender/editors/space_clip/clip_graph_ops.c	2011-11-08 23:27:31 UTC (rev 41690)
@@ -280,7 +280,7 @@
 
 	/* properties */
 	RNA_def_float_vector(ot->srna, "location", 2, NULL, -FLT_MAX, FLT_MAX,
-		"Location", "Mouse location to select nearest entity closest to", -100.0f, 100.0f);
+		"Location", "Mouse location to select nearest entity", -100.0f, 100.0f);
 	RNA_def_boolean(ot->srna, "extend", 0,
 		"Extend", "Extend selection rather than clearing the existing selection");
 }

Modified: trunk/blender/source/blender/editors/space_clip/clip_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_clip/clip_ops.c	2011-11-08 22:38:10 UTC (rev 41689)
+++ trunk/blender/source/blender/editors/space_clip/clip_ops.c	2011-11-08 23:27:31 UTC (rev 41690)
@@ -970,7 +970,7 @@
 
 	/* identifiers */
 	ot->name= "Set Clip Mode";
-	ot->description = "Sets the clip interaction mode";
+	ot->description = "Set the clip interaction mode";
 	ot->idname= "CLIP_OT_mode_set";
 
 	/* api callbacks */

Modified: trunk/blender/source/blender/editors/space_clip/tracking_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2011-11-08 22:38:10 UTC (rev 41689)
+++ trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2011-11-08 23:27:31 UTC (rev 41690)
@@ -1159,7 +1159,7 @@
 			{2, "TRACKED", 0, "Tracked tracks", "Select all tracked tracks"},
 			{3, "LOCKED", 0, "Locked tracks", "Select all locked tracks"},
 			{4, "DISABLED", 0, "Disabled tracks", "Select all disabled tracks"},
-			{5, "COLOR", 0, "Tracks with same color", "Select all tracks with same color as actiev track"},
+			{5, "COLOR", 0, "Tracks with same color", "Select all tracks with same color as active track"},
 			{6, "FAILED", 0, "Failed Tracks", "Select all tracks which failed to be reconstructed"},
 			{0, NULL, 0, NULL, NULL}
 	};
@@ -1662,7 +1662,7 @@
 {
 	static EnumPropertyItem clear_path_actions[] = {
 			{TRACK_CLEAR_UPTO, "UPTO", 0, "Clear up-to", "Clear path up to current frame"},
-			{TRACK_CLEAR_REMAINED, "REMAINED", 0, "Clear remained", "Clear path at remained frames (after current)"},
+			{TRACK_CLEAR_REMAINED, "REMAINED", 0, "Clear remained", "Clear path at remaining frames (after current)"},
 			{TRACK_CLEAR_ALL, "ALL", 0, "Clear all", "Clear the whole path"},
 			{0, NULL, 0, NULL, NULL}
 	};
@@ -1800,7 +1800,7 @@
 {
 	/* identifiers */
 	ot->name= "Set Origin";
-	ot->description= "Set active marker as origin by moving camera (or it's parent if present) in 3d space";
+	ot->description= "Set active marker as origin by moving camera (or it's parent if present) in 3D space";
 	ot->idname= "CLIP_OT_set_origin";
 
 	/* api callbacks */
@@ -1952,7 +1952,7 @@
 {
 	/* identifiers */
 	ot->name= "Set Floor";
-	ot->description= "Set floor based on 3 selected bundles by moving camera (or it's parent if present) in 3d space";
+	ot->description= "Set floor based on 3 selected bundles by moving camera (or it's parent if present) in 3D space";
 	ot->idname= "CLIP_OT_set_floor";
 
 	/* api callbacks */
@@ -2294,8 +2294,8 @@
 {
 	static EnumPropertyItem placement_items[] = {
 			{0, "FRAME",			0, "Whole Frame",			"Place markers across the whole frame"},
-			{1, "INSIDE_GPENCIL",	0, "Inside grease pencil",	"Place markers only inside areas oulined with grease pencil"},
-			{2, "OUTSIDE_GPENCIL",	0, "Outside grease pencil",	"Place markers only outside areas oulined with grease pencil"},
+			{1, "INSIDE_GPENCIL",	0, "Inside grease pencil",	"Place markers only inside areas outlined with grease pencil"},
+			{2, "OUTSIDE_GPENCIL",	0, "Outside grease pencil",	"Place markers only outside areas outlined with grease pencil"},
 			{0, NULL, 0, NULL, NULL}
 	};
 
@@ -2386,7 +2386,7 @@
 	static EnumPropertyItem position_items[] = {
 			{0, "PATHSTART",	0, "Path Start",		"Jump to start of current path"},
 			{1, "PATHEND",		0, "Path End",			"Jump to end of current path"},
-			{2, "FAILEDPREV",	0, "Previons Failed",	"Jump to previous failed frame"},
+			{2, "FAILEDPREV",	0, "Previous Failed",	"Jump to previous failed frame"},
 			{2, "FAILNEXT",		0, "Next Failed",		"Jump to next failed frame"},
 			{0, NULL, 0, NULL, NULL}
 	};
@@ -2457,7 +2457,7 @@
 {
 	/* identifiers */
 	ot->name= "Join Tracks";
-	ot->description= "Joint Selected Tracks";
+	ot->description= "Join selected tracks";
 	ot->idname= "CLIP_OT_join_tracks";
 
 	/* api callbacks */
@@ -2737,7 +2737,7 @@
 {
 	/* identifiers */
 	ot->name= "Set Rotation Track";
-	ot->description= "Use active track to compensate rotaiton when doing 2D stabilization";
+	ot->description= "Use active track to compensate rotation when doing 2D stabilization";
 	ot->idname= "CLIP_OT_stabilize_2d_set_rotation";
 
 	/* api callbacks */

Modified: trunk/blender/source/blender/makesrna/intern/rna_movieclip.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_movieclip.c	2011-11-08 22:38:10 UTC (rev 41689)
+++ trunk/blender/source/blender/makesrna/intern/rna_movieclip.c	2011-11-08 23:27:31 UTC (rev 41690)
@@ -75,9 +75,9 @@
 
 	static const EnumPropertyItem clip_tc_items[]= {
 		{IMB_TC_NONE, "NONE", 0, "No TC in use", ""},
-		{IMB_TC_RECORD_RUN, "RECORD_RUN", 0, "Record Run", "use images in the order as they are recorded"},
-		{IMB_TC_FREE_RUN, "FREE_RUN", 0, "Free Run", "use global timestamp written by recording device"},
-		{IMB_TC_INTERPOLATED_REC_DATE_FREE_RUN, "FREE_RUN_REC_DATE", 0, "Free Run (rec date)", "interpolate a global timestamp using the record date and time written by recording device"},
+		{IMB_TC_RECORD_RUN, "RECORD_RUN", 0, "Record Run", "Use images in the order they are recorded"},
+		{IMB_TC_FREE_RUN, "FREE_RUN", 0, "Free Run", "Use global timestamp written by recording device"},
+		{IMB_TC_INTERPOLATED_REC_DATE_FREE_RUN, "FREE_RUN_REC_DATE", 0, "Free Run (rec date)", "Interpolate a global timestamp using the record date and time written by recording device"},
 		{0, NULL, 0, NULL, NULL}};
 
 	srna = RNA_def_struct(brna, "MovieClipProxy", NULL);




More information about the Bf-blender-cvs mailing list