[dots] Remove translatable property from tool button placeholders
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dots] Remove translatable property from tool button placeholders
- Date: Sat, 30 Oct 2010 16:18:13 +0000 (UTC)
commit 824c45e0bd3790fd6ef08efb9853a9d43bce161e
Author: Claude Paroz <claude 2xlibre net>
Date: Sat Oct 30 18:17:49 2010 +0200
Remove translatable property from tool button placeholders
Fixes bug #633558.
data/app_window.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/app_window.xml b/data/app_window.xml
index db635e6..c193a49 100644
--- a/data/app_window.xml
+++ b/data/app_window.xml
@@ -264,7 +264,7 @@ are placed in the same directory as the table</property>
<object class="GtkToolButton" id="toolbutton1">
<property name="visible">True</property>
<property name="related_action">action_open</property>
- <property name="label" translatable="yes">toolbutton1</property>
+ <property name="label">toolbutton1</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -276,7 +276,7 @@ are placed in the same directory as the table</property>
<object class="GtkToolButton" id="toolbutton2">
<property name="visible">True</property>
<property name="related_action">action_save</property>
- <property name="label" translatable="yes">toolbutton2</property>
+ <property name="label">toolbutton2</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -288,7 +288,7 @@ are placed in the same directory as the table</property>
<object class="GtkToolButton" id="toolbutton3">
<property name="visible">True</property>
<property name="related_action">action_print</property>
- <property name="label" translatable="yes">toolbutton3</property>
+ <property name="label">toolbutton3</property>
<property name="use_underline">True</property>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]