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

List:       amarok-bugs-dist
Subject:    [Bug 140957] New: missing i18n() in magnatuneredownloadhandler.cpp
From:       Sven Krohlas <sven () asbest-online ! de>
Date:       2007-01-31 15:05:15
Message-ID: 20070131160514.140957.sven () asbest-online ! de
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140957         
           Summary: missing i18n() in magnatuneredownloadhandler.cpp
           Product: amarok
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: Magnatune
        AssignedTo: amarok-bugs-dist kde org
        ReportedBy: sven asbest-online de


Version:           SVN (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
Compiler:          - -
OS:                Linux

There are some i18n() missing in magnatuneredownloadhandler.cpp. Here is a patch, due \
to the string freeze I'm not allowed to commit it atm. ;-)

Index: src/magnatunebrowser/magnatuneredownloadhandler.cpp
===================================================================
--- src/magnatunebrowser/magnatuneredownloadhandler.cpp (Revision 628783)
+++ src/magnatunebrowser/magnatuneredownloadhandler.cpp (Arbeitskopie)
 @ -26,6 +26,7  @

 #include "qdir.h"
 #include "qmessagebox.h"
+#include <klocale.h>



 @ -50,8 +51,8  @
     if (previousDownloads.isEmpty()) {

         //No previously purchased trak information found. No more to do here...
-        QMessageBox::information( m_parent, "No purchases found!",
-                                  "No previous purchases has been found. Nothing to \
redownload...\n" ); +        QMessageBox::information( m_parent, i18n( "No purchases \
found!" ) , +                                  i18n( "No previous purchases has been \
found. Nothing to redownload..." ) + "\n" );  return;
     }

 @ -122,8 +123,8  @
     else
     {

-        QMessageBox::information( m_parent, "Could not re-download album",
-                                  "There seems to be a problem with the selected \
redownload info file.\n" ); +        QMessageBox::information( m_parent, i18n( "Could \
not re-download album" ), +                                  i18n( "There seems to be \
a problem with the selected redownload info file." ) + "\n" );

     }
_______________________________________________
Amarok-bugs-dist mailing list
Amarok-bugs-dist@kde.org
https://mail.kde.org/mailman/listinfo/amarok-bugs-dist


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

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