diff options
author | Callum McKenzie <callum@src.gnome.org> | 2009-04-06 01:43:35 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2009-04-06 01:43:35 +0000 |
commit | 747ab3320343a6c6686cee8c567b12be224600eb (patch) | |
tree | 1590a94c4ce312587dcf626a9aab5d1cd2fe4f8b /stickynotes | |
parent | baf0c2a5a2935622e612c9d3c71a70326d529476 (diff) |
Remove the translatable flag from blank padding strings.
svn path=/trunk/; revision=11441
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/ChangeLog | 6 | ||||
-rw-r--r-- | stickynotes/stickynotes.glade | 6 | ||||
-rw-r--r-- | stickynotes/stickynotes.ui | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/stickynotes/ChangeLog b/stickynotes/ChangeLog index 634325ba6..8eb14467e 100644 --- a/stickynotes/ChangeLog +++ b/stickynotes/ChangeLog @@ -1,3 +1,9 @@ +2009-04-06 Callum McKenzie <callum@spooky-possum.org> + + * stickynotes.glade: + * stickynotes.ui: Remove translatable flag from padding + strings. Bug 577509. + 2009-03-20 Callum McKenzie <callum@spooky-possum.org> * stickynotes.c: Patch from gQuigs to replace g_timeout_add with diff --git a/stickynotes/stickynotes.glade b/stickynotes/stickynotes.glade index 8fc507531..5341b3d34 100644 --- a/stickynotes/stickynotes.glade +++ b/stickynotes/stickynotes.glade @@ -39,7 +39,7 @@ <child> <widget class="GtkLabel" id="label14"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> </widget> <packing> <property name="expand">False</property> @@ -295,7 +295,7 @@ <child> <widget class="GtkLabel" id="label32"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> </widget> <packing> <property name="expand">False</property> @@ -823,7 +823,7 @@ This cannot be undone.</property> <child> <widget class="GtkLabel" id="label36"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> </widget> <packing> <property name="expand">False</property> diff --git a/stickynotes/stickynotes.ui b/stickynotes/stickynotes.ui index f98dc78d6..2381bff97 100644 --- a/stickynotes/stickynotes.ui +++ b/stickynotes/stickynotes.ui @@ -96,7 +96,7 @@ <child> <object class="GtkLabel" id="label14"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> </object> <packing> <property name="expand">False</property> @@ -347,7 +347,7 @@ <child> <object class="GtkLabel" id="label32"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> </object> <packing> <property name="expand">False</property> @@ -838,7 +838,7 @@ This cannot be undone.</property> <child> <object class="GtkLabel" id="label36"> <property name="visible">True</property> - <property name="label" translatable="yes"> </property> + <property name="label" translatable="no"> </property> </object> <packing> <property name="expand">False</property> |