summaryrefslogtreecommitdiff
path: root/vpn-daemons/pptp
diff options
context:
space:
mode:
Diffstat (limited to 'vpn-daemons/pptp')
-rw-r--r--vpn-daemons/pptp/ChangeLog7
-rw-r--r--vpn-daemons/pptp/auth-dialog-general/nm-ppp-auth.glade6
2 files changed, 10 insertions, 3 deletions
diff --git a/vpn-daemons/pptp/ChangeLog b/vpn-daemons/pptp/ChangeLog
index 6bcfb360bb..f7b793ec4f 100644
--- a/vpn-daemons/pptp/ChangeLog
+++ b/vpn-daemons/pptp/ChangeLog
@@ -1,5 +1,12 @@
2007-07-26 Dan Williams <dcbw@redhat.com>
+ Patch from Kelemen Gábor <kelemeng@gnome.hu>
+
+ * auth-dialog-general/nm-ppp-auth.glade
+ - Mark non-translated strings as non-translatable (#411875)
+
+2007-07-26 Dan Williams <dcbw@redhat.com>
+
Patch from Robert Buchholz <rbu@gentoo.org>
* src/Makefile.am
diff --git a/vpn-daemons/pptp/auth-dialog-general/nm-ppp-auth.glade b/vpn-daemons/pptp/auth-dialog-general/nm-ppp-auth.glade
index 6386ae3a0b..0bf9474fb3 100644
--- a/vpn-daemons/pptp/auth-dialog-general/nm-ppp-auth.glade
+++ b/vpn-daemons/pptp/auth-dialog-general/nm-ppp-auth.glade
@@ -254,7 +254,7 @@ Please select an appropriate authentication type and provide the necessary crede
<property name="border_width">2</property>
<property name="width_request">82</property>
<property name="height_request">116</property>
- <property name="title" translatable="yes">auth-none-window</property>
+ <property name="title">auth-none-window</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -285,7 +285,7 @@ Please select an appropriate authentication type and provide the necessary crede
<widget class="GtkWindow" id="auth-chap-window">
<property name="border_width">12</property>
- <property name="title" translatable="yes">auth-chap-window</property>
+ <property name="title">auth-chap-window</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -415,7 +415,7 @@ Please select an appropriate authentication type and provide the necessary crede
</widget>
<widget class="GtkWindow" id="auth-mschapv2-window">
- <property name="title" translatable="yes">auth-mschapv2-window</property>
+ <property name="title">auth-mschapv2-window</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>