[network-manager-applet] Fix escaping of UTF-characters, same problem as in bug #626989



commit 32663b4661c5530cdf45b0e911e320c2f3586cd1
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Tue Dec 21 08:47:21 2010 +0100

    Fix escaping of UTF-characters, same problem as in bug #626989

 src/connection-editor/ce-page-ppp.ui   |    2 +-
 src/connection-editor/ce-vpn-wizard.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/ce-page-ppp.ui b/src/connection-editor/ce-page-ppp.ui
index b0849d7..9fba5f3 100644
--- a/src/connection-editor/ce-page-ppp.ui
+++ b/src/connection-editor/ce-page-ppp.ui
@@ -72,7 +72,7 @@
                         <property name="layout_style">start</property>
                         <child>
                           <object class="GtkButton" id="auth_methods_button">
-                            <property name="label" translatable="yes">Configure _Methods&#x2026;</property>
+                            <property name="label" translatable="yes">Configure _Methodsâ?¦</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
diff --git a/src/connection-editor/ce-vpn-wizard.ui b/src/connection-editor/ce-vpn-wizard.ui
index b9f7c9f..72bd043 100644
--- a/src/connection-editor/ce-vpn-wizard.ui
+++ b/src/connection-editor/ce-vpn-wizard.ui
@@ -147,7 +147,7 @@
             </child>
             <child>
               <object class="GtkButton" id="create_button">
-                <property name="label" translatable="yes">Create&#x2026;</property>
+                <property name="label" translatable="yes">Createâ?¦</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]