[Amarok] Rename "Content" panel to "Music Sources", as disc

Maximilian Kossick maximilian.kossick at googlemail.com
Fri Oct 9 11:06:20 CEST 2009


How is this going to be handled for the 2.3 release? We might be able
to expect this from git users, but not from normal distro users

On Fri, Oct 9, 2009 at 10:42 AM, Mark Kretschmann <kretschmann at kde.org> wrote:
> commit ab5109f7aa74d489b377d0e6f2a8577770c42299
> Author:     Mark Kretschmann <kretschmann at kde.org>
> AuthorDate: Fri Oct 9 10:36:21 2009 +0200
> Commit:     Mark Kretschmann <kretschmann at kde.org>
> CommitDate: Fri Oct 9 10:36:21 2009 +0200
>
>    Rename "Content" panel to "Music Sources", as discussed on mailing list.
>
>    NOTE: You must "Unlock" your layout and move the panel to the right position once!
>
>    Hmmm... actually, if you look at the string in Amarok, "Media Sources" might
>    really be more fitting. You be the judge :)
>
> diff --git a/ChangeLog b/ChangeLog
> index a59d7b8..319ff84 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -36,7 +36,7 @@ VERSION 2.2.1
>   CHANGES:
>     * Multiple usability improvements for the Dynamic Playlist UI.
>     * Moved the Podcast category to the top level of the Content panel.
> -    * Renamed "Browsers" panel to more suited "Content" panel.
> +    * Renamed "Browsers" panel to more suited "Music Sources" panel.
>     * Improvements to the row heights in the playlist, making especially the
>       size of the rating stars more consistent.
>     * Usability improvements in the Context View's applet tab bar.
> diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
> index a572423..8f08117 100644
> --- a/src/MainWindow.cpp
> +++ b/src/MainWindow.cpp
> @@ -256,8 +256,8 @@ MainWindow::init()
>     m_contextDummyTitleBarWidget = new QWidget();
>     m_playlistDummyTitleBarWidget = new QWidget();
>
> -    m_browsersDock = new QDockWidget( i18n( "Content" ), this );
> -    m_browsersDock->setObjectName( "Content dock" );
> +    m_browsersDock = new QDockWidget( i18n( "Music Sources" ), this );
> +    m_browsersDock->setObjectName( "Music Sources dock" );
>     m_browsersDock->setWidget( m_browsers );
>     m_browsersDock->setAllowedAreas( Qt::AllDockWidgetAreas );
>     PERF_LOG( "Sidebar created" )
>
>
>


More information about the Amarok-devel mailing list