- Fixed typo in de.po (bug #532371).

This commit is contained in:
Tim Waugh 2009-11-02 13:08:50 +00:00
parent cd24abd8d1
commit ab95adce56
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -up system-config-printer-1.1.13/po/de.po.de.po-typo system-config-printer-1.1.13/po/de.po
--- system-config-printer-1.1.13/po/de.po.de.po-typo 2009-09-04 10:35:48.000000000 +0100
+++ system-config-printer-1.1.13/po/de.po 2009-11-02 12:54:11.378978411 +0000
@@ -2204,7 +2204,7 @@ msgstr "Kopien:"
#: ../glade/PrinterPropertiesDialog.glade.h:34
msgid "Deny printing for everyone except these users:"
-msgstr "Allen Benutzern den Druckern verbieten, außer:"
+msgstr "Allen Benutzern das Drucken verbieten, außer:"
#: ../glade/PrinterPropertiesDialog.glade.h:36
msgid "Device URI:"

View File

@ -7,7 +7,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.1.13
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
@ -33,6 +33,7 @@ Patch15: system-config-printer-strip-zjs.patch
Patch16: system-config-printer-custom-state-reasons.patch
Patch17: system-config-printer-no-epydoc.patch
Patch18: system-config-printer-notification-traceback.patch
Patch19: system-config-printer-de.po-typo.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: python-devel >= 2.4
@ -110,6 +111,7 @@ printers.
%patch16 -p1 -b .custom-state-reasons
%patch17 -p1 -b .no-epydoc
%patch18 -p1 -b .notification-traceback
%patch19 -p1 -b .de.po-typo
%build
%configure --with-udev-rules --with-polkit-1
@ -221,6 +223,9 @@ rm -rf %buildroot
exit 0
%changelog
* Mon Nov 2 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-7
- Fixed typo in de.po (bug #532371).
* Fri Oct 30 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-6
- Avoid traceback in IPP notification handlers (bug #530641).
- Avoid epydoc dependency.