summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-11-01 12:04:49 -0400
committerChris Lumens <clumens@redhat.com>2012-11-01 13:02:02 -0400
commite694685f30b1a2aeb39bcedc9e5049b785524ce2 (patch)
treeecabda1afd7784016f430022c6ba8ce23996ea52 /widgets
parent9ebb7e08fe3e244d8afc54b9be9c0bca86d52954 (diff)
downloadanaconda-e694685f30b1a2aeb39bcedc9e5049b785524ce2.tar.gz
anaconda-e694685f30b1a2aeb39bcedc9e5049b785524ce2.tar.xz
anaconda-e694685f30b1a2aeb39bcedc9e5049b785524ce2.zip
Widget properties exposed via glade need to be marked as translatable.
Without this, translatable="yes" will not appear in the output glade files, which means the strings will not be in anaconda.pot.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/glade/AnacondaWidgets.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/widgets/glade/AnacondaWidgets.xml b/widgets/glade/AnacondaWidgets.xml
index 2b04a1421..e0074cfba 100644
--- a/widgets/glade/AnacondaWidgets.xml
+++ b/widgets/glade/AnacondaWidgets.xml
@@ -21,6 +21,9 @@
<property id="title" disabled="True" />
<property id="type" disabled="True" />
<property id="width-request" disabled="True" />
+
+ <property id="distribution" translatable="True" />
+ <property id="window-name" translatable="True" />
</properties>
</glade-widget-class>
@@ -83,6 +86,10 @@
</object>
</object>
</internal-children>
+
+ <properties>
+ <property id="button-label" translatable="True" />
+ </properties>
</glade-widget-class>
<glade-widget-class title="Spoke Selector"
@@ -113,6 +120,11 @@
<type>GParamString</type>
</parameter-spec>
</property>
+
+ <property id="description" translatable="True" />
+ <property id="capacity" translatable="True" />
+ <property id="os" translatable="True" />
+ <property id="popup-info" translatable="True" />
</properties>
</glade-widget-class>