[Amarok] Renamed "Browsers" to "Content".
Dan Meltzer
parallelgrapefruit at gmail.com
Thu Oct 8 14:35:16 CEST 2009
On Thu, Oct 8, 2009 at 6:12 AM, Bart Cerneels <bart.cerneels at kde.org> wrote:
> commit 20aed7975a8bc71b8132c27313376757134fac83
> Author: Bart Cerneels <bart.cerneels at kde.org>
> AuthorDate: Thu Oct 8 12:08:13 2009 +0200
> Commit: Bart Cerneels <bart.cerneels at kde.org>
> CommitDate: Thu Oct 8 12:08:13 2009 +0200
>
> Renamed "Browsers" to "Content".
>
> We might need to update the default layout because the object name changed.
> Also, content and context are quite similar. But that is only an issue when not translated.
Which, considering how many people use Amarok in English, is a pretty
large issue...
>
> diff --git a/ChangeLog b/ChangeLog
> index bf5ce06..3206807 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -27,6 +27,7 @@ VERSION 2.2.1
> dialog. (BR 136232, BR 187542)
>
> CHANGES:
> + * Renamed "Browsers" panel to more suited "Content" 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 ff92758..50cf54e 100644
> --- a/src/MainWindow.cpp
> +++ b/src/MainWindow.cpp
> @@ -251,8 +251,8 @@ MainWindow::init()
> m_contextDummyTitleBarWidget = new QWidget();
> m_playlistDummyTitleBarWidget = new QWidget();
>
> - m_browsersDock = new QDockWidget( i18n( "Browsers" ), this );
> - m_browsersDock->setObjectName( "Browsers dock" );
> + m_browsersDock = new QDockWidget( i18n( "Content" ), this );
> + m_browsersDock->setObjectName( "Content dock" );
> m_browsersDock->setWidget( m_browsers );
> m_browsersDock->setAllowedAreas( Qt::AllDockWidgetAreas );
>
>
>
>
More information about the Amarok-devel
mailing list