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

List:       kde-commits
Subject:    [Amarok]  Fix string. We decided to rename "Load" to "Replac
From:       Bart Cerneels <bart.cerneels () kde ! org>
Date:       2009-08-31 20:18:17
Message-ID: 200908312018.n7VKIHD7029074 () Wurst ! kollide ! net
[Download RAW message or body]

commit 1c8411ff901efb97dfec1e99cd0215ea39f914dc
Author:     Bart Cerneels <bart.cerneels@kde.org>
AuthorDate: Mon Aug 31 22:14:31 2009 +0200
Commit:     Bart Cerneels <bart.cerneels@kde.org>
CommitDate: Mon Aug 31 22:14:31 2009 +0200

    Fix string. We decided to rename "Load" to "Replace Playlist".
    
    It looks like this was not done yet for the playlists.

diff --git a/src/browsers/playlistbrowser/UserPlaylistModel.cpp \
b/src/browsers/playlistbrowser/UserPlaylistModel.cpp index 5037839..95613de 100644
--- a/src/browsers/playlistbrowser/UserPlaylistModel.cpp
+++ b/src/browsers/playlistbrowser/UserPlaylistModel.cpp
@@ -541,7 +541,7 @@ PlaylistBrowserNS::UserModel::createCommonActions( \
QModelIndexList indices )  
     if ( m_loadAction == 0 )
     {
-        m_loadAction = new QAction( KIcon( "folder-open" ), i18nc( "Replace the \
currently loaded tracks with these", "&Load" ), this ); +        m_loadAction = new \
QAction( KIcon( "folder-open" ), i18nc( "Replace the currently loaded tracks with \
these", "&Replace Playlist" ), this );  m_loadAction->setProperty( \
                "popupdropper_svg_id", "load" );
         connect( m_loadAction, SIGNAL( triggered() ), this, SLOT( slotLoad() ) );
     }


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

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