[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    branches/KDE/4.6/kdeadmin/system-config-printer-kde
From:       Pino Toscano <pino () kde ! org>
Date:       2011-05-12 10:25:19
Message-ID: 20110512102519.741D0AC88B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1231584 by pino:

add missing i18n() calls

(adds 3 new strings)
CCMAIL: jr@jriddell.org
CCMAIL: kde-i18n-doc@kde.org


 M  +2 -2      system-config-printer-kde.py  


--- branches/KDE/4.6/kdeadmin/system-config-printer-kde/system-config-printer-kde.py \
#1231583:1231584 @@ -462,7 +462,7 @@
     def on_tvMainList_changed(self, new, old):
         """about to change, offer to save"""
         if self.changed:
-            answer = KMessageBox.questionYesNo(self, "Do you want to save changes?", \
"Save Changes", KStandardGuiItem.save(), KStandardGuiItem.discard() ) +            \
answer = KMessageBox.questionYesNo(self, i18n("Do you want to save changes?"), \
i18n("Save Changes"), KStandardGuiItem.save(), KStandardGuiItem.discard() )  
             if answer == KMessageBox.Yes: #save is equivalent to yes
                 self.printer_properties_response()
@@ -3794,7 +3794,7 @@
                               i18n("Printer '%1' requires the '%2' program but "
                                 "it is not currently installed.  Please "
                                 "install it before using this printer.", name, (exes \
                + pkgs)[0]))
-                KMessageBox.error(self, error_text, "Missing Driver")
+                KMessageBox.error(self, error_text, i18n("Missing Driver"))
 
             """
             if pkg and response == gtk.RESPONSE_OK:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic