summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-05 15:01:58 +0100
committerEike Rathke <erack@redhat.com>2013-12-05 15:07:15 +0100
commit798a9f8873189edab232d9f20007d5ab15ac74e5 (patch)
tree7f619ed14acac5b781ae68944983ac5b7a693d15 /cui
parent71af63ceac36d0f9488b2ca8cdbe1b2f783ed41d (diff)
made button labels > ' < and > " < non-translatable
These are the ASCII characters typed in that shall be auto-corrected to typographic quotes defined in locale data. It makes no sense to translate them. Change-Id: Ied9c53950882b6dd3bf65a044c3ecc34bd5becaa (cherry picked from commit 958ec1b6e1b87c541521fd7faf2f72931c170702)
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/applylocalizedpage.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/applylocalizedpage.ui b/cui/uiconfig/ui/applylocalizedpage.ui
index 019f12b84d04..a588c96f4233 100644
--- a/cui/uiconfig/ui/applylocalizedpage.ui
+++ b/cui/uiconfig/ui/applylocalizedpage.ui
@@ -153,7 +153,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="startsingle">
- <property name="label" translatable="yes"> ' </property>
+ <property name="label"> ' </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -236,7 +236,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="endsingle">
- <property name="label" translatable="yes"> ' </property>
+ <property name="label"> ' </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -353,7 +353,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="startdouble">
- <property name="label" translatable="yes"> " </property>
+ <property name="label"> " </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -436,7 +436,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="enddouble">
- <property name="label" translatable="yes"> " </property>
+ <property name="label"> " </property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>