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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src
From:       Alexandre Pereira de Oliveira <alexnewmail-bugs () yahoo ! com ! br>
Date:       2005-07-16 19:21:28
Message-ID: 1121541688.920618.25305.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 435378 by aoliveira:

It was one more i18n() I forgot, people fixed the others before beta2 but they missed this one.
Sorry, and thanks for reporting.
CCMAIL: amarok-devel@lists.sourceforge.net
CCMAIL: doutor.zero@gmail.com


 M  +2 -2      playlistbrowser.cpp  


--- trunk/extragear/multimedia/amarok/src/playlistbrowser.cpp #435377:435378
@@ -769,7 +769,7 @@
 
     if( !file.open( IO_ReadOnly ) || !d.setContent( stream.read() ) )
     { /*Couldn't open the file or it had invalid content, so let's create an empty element*/
-        return new PlaylistCategory(m_listview, 0 , "Playlists" );
+        return new PlaylistCategory(m_listview, 0 , i18n("Playlists") );
     }
     else {
         e = d.namedItem( "category" ).toElement();
@@ -777,7 +777,7 @@
             return new PlaylistCategory(m_listview, 0 , e );
         }
         else { // Old unversioned format
-            PlaylistCategory* p = new PlaylistCategory(m_listview, 0 , "Playlists" );
+            PlaylistCategory* p = new PlaylistCategory(m_listview, 0 , i18n("Playlists") );
             QListViewItem *last = 0;
             QDomNode n = d.namedItem( "playlistbrowser" ).namedItem("playlist");
             for( ; !n.isNull();  n = n.nextSibling() ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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