diff options
| author | Michael Biebl <biebl@debian.org> | 2007-04-03 00:19:08 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2007-04-03 00:19:08 +0000 |
| commit | 071455bd735a38e9df53ed9efe717f75003d2579 (patch) | |
| tree | 18cd926d276f01918b9dff1bf18794a2881a60d9 | |
| parent | 25e31482c0894d8884caf0ed3fa05662ef63d946 (diff) | |
Small fix for the German translation
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1320 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/patches/14-po_de.patch | 13 |
2 files changed, 16 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d7068b7e..33c4c000 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,10 @@ network-manager (0.6.4-7) unstable; urgency=low Thanks to Andy Whitcroft for the patch! * debian/network-manager-gnome.README.Debian - Add a README.Debian file for network-manager-gnome. (Closes: #414187) + * debian/patches/14-po_de.patch + - Added. Small fix for the German translation. - -- Michael Biebl <biebl@debian.org> Tue, 03 Apr 2007 01:39:48 +0200 + -- Michael Biebl <biebl@debian.org> Tue, 03 Apr 2007 02:18:28 +0200 network-manager (0.6.4-6) unstable; urgency=medium diff --git a/debian/patches/14-po_de.patch b/debian/patches/14-po_de.patch new file mode 100644 index 00000000..25ceff26 --- /dev/null +++ b/debian/patches/14-po_de.patch @@ -0,0 +1,13 @@ +Index: po/de.po +=================================================================== +--- po/de.po (Revision 2227) ++++ po/de.po (Arbeitskopie) +@@ -276,7 +276,7 @@ + #. 'Enable Networking' item + #: ../gnome/applet/applet.c:2170 + msgid "Enable _Networking" +-msgstr "Netzwerk_aktivieren" ++msgstr "Netzwerk _aktivieren" + + #. 'Enable Wireless' item + #: ../gnome/applet/applet.c:2176 |