Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperepujal <perepujal>2010-04-25 20:30:47 (GMT)
committer perepujal <perepujal>2010-04-25 20:30:47 (GMT)
commit7fa10cf9a37a4757a6fe8f7fb3ce35ba9343e5aa (patch)
tree8c116b478e800f3b4e0981ab598b64d10f7dfd2d
parent622bb2562046050837cc2f8472112d532f31c55c (diff)
The po file headers showed in the empty button
-rw-r--r--src/tools.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools.h b/src/tools.h
index 948da42..9a29acb 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -24,7 +24,7 @@
http://www.tuxpaint.org/
June 14, 2002 - October 9, 2009
- $Id: tools.h,v 1.13 2009/10/10 06:54:38 wkendrick Exp $
+ $Id: tools.h,v 1.14 2010/04/25 20:30:47 perepujal Exp $
*/
@@ -77,7 +77,7 @@ const char *const tool_names[NUM_TOOLS] = {
gettext_noop("Label"),
// Reserved...
- gettext_noop(""),
+ " ",
// "Magic" effects tools (blur, flip image, etc.)
gettext_noop("Magic"),
@@ -130,7 +130,7 @@ const char *const tool_tips[NUM_TOOLS] = {
gettext_noop("Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text. By using the selector button and clicking an exist label, you can move it, edit it and change its text style."),
// Reserved...
- gettext_noop(""),
+ " ",
// Magic tool instruction
gettext_noop("Pick a magical effect to use on your drawing!"),