diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-05-29 10:39:47 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-05-29 10:42:56 +0800 |
commit | b480a0bdebd3ad61f79c2bd24f88fba0cde1a9fa (patch) | |
tree | aa69c170a07d37f76dbc854e324860fbbc89a16e /data | |
parent | efc9b989899565b69565f967b9c86702a136d040 (diff) | |
download | gsoc2013-epiphany-b480a0bdebd3ad61f79c2bd24f88fba0cde1a9fa.tar.gz gsoc2013-epiphany-b480a0bdebd3ad61f79c2bd24f88fba0cde1a9fa.tar.zst gsoc2013-epiphany-b480a0bdebd3ad61f79c2bd24f88fba0cde1a9fa.zip |
Removed encoding breaking translation of … strings
Glade caused the … character to be escaped in ui files, bug #596205.
This makes messages including such character to not be caught by translations
in the UI so you get untranslated labels.
Bug #613119
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/form-signing-dialog.ui | 2 | ||||
-rw-r--r-- | data/glade/prefs-dialog.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/glade/form-signing-dialog.ui b/data/glade/form-signing-dialog.ui index 71015b54d..c788920a1 100644 --- a/data/glade/form-signing-dialog.ui +++ b/data/glade/form-signing-dialog.ui @@ -113,7 +113,7 @@ </child> <child> <object class="GtkButton" id="button1"> - <property name="label" translatable="yes">_View Certificate…</property> + <property name="label" translatable="yes">_View Certificate…</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> diff --git a/data/glade/prefs-dialog.ui b/data/glade/prefs-dialog.ui index 31afb5b37..262fe4051 100644 --- a/data/glade/prefs-dialog.ui +++ b/data/glade/prefs-dialog.ui @@ -402,7 +402,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="css_edit_button"> - <property name="label" translatable="yes">_Edit Stylesheet…</property> + <property name="label" translatable="yes">_Edit Stylesheet…</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> |