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:
authorDaniel Salazar <zanqdo@gmail.com>2010-02-11 05:03:18 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-11 05:03:18 +0300
commit15ef07d6849f2d92d006f1e52c69142729b200f8 (patch)
treea26000ce8f59983cae271b85b66fc088e0f37120 /release/plugins/sequence
parent78faeb73b81d9eb6fe1f02e6fb6a0585a4ecf021 (diff)
More tooltip editing
Diffstat (limited to 'release/plugins/sequence')
-rw-r--r--release/plugins/sequence/color-correction-hsv.c2
-rw-r--r--release/plugins/sequence/color-correction-yuv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/plugins/sequence/color-correction-hsv.c b/release/plugins/sequence/color-correction-hsv.c
index ec8478706f1..120ca76bbe7 100644
--- a/release/plugins/sequence/color-correction-hsv.c
+++ b/release/plugins/sequence/color-correction-hsv.c
@@ -37,7 +37,7 @@ VarStruct varstr[]= {
{ NUMSLI|FLO, "Hi T:", 0.75, 0.0, 1.0,
"Saturation Highlights Thres"},
{ TOG|INT, "Debug", 0.0, 0.0, 1.0,
- "Show curves as overlay."},
+ "Show curves as overlay"},
};
typedef struct Cast {
diff --git a/release/plugins/sequence/color-correction-yuv.c b/release/plugins/sequence/color-correction-yuv.c
index 54290ba37a2..721cadb07ce 100644
--- a/release/plugins/sequence/color-correction-yuv.c
+++ b/release/plugins/sequence/color-correction-yuv.c
@@ -36,7 +36,7 @@ VarStruct varstr[]= {
{ NUMSLI|FLO, "Hi T:", 0.75, 0.0, 1.0,
"Saturation Highlights Thres"},
{ TOG|INT, "Debug", 0.0, 0.0, 1.0,
- "Show curves as overlay."},
+ "Show curves as overlay"},
};
typedef struct Cast {