2007-06-11 Christopher Aillon <caillon@redhat.com>

* properties/nm-vpnc-dialog.glade:
	Fix casing of the disable NAT checkbox


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2590 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Christopher Aillon
2007-06-12 03:50:38 +00:00
committed by Chris Aillon
parent 1486250e42
commit b55f1323b7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-06-11 Christopher Aillon <caillon@redhat.com>
* properties/nm-vpnc-dialog.glade:
Fix casing of the disable NAT checkbox
2007-04-04 Dan Williams <dcbw@redhat.com>
Patch from Denis Leroy <denis@poolshark.org>

View File

@@ -539,7 +539,7 @@
<widget class="GtkCheckButton" id="vpnc-disable-natt">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Disable NAT _Traversal</property>
<property name="label" translatable="yes">Disable NAT _traversal</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>