[Amarok] Fix typo, acked by Nikolaj

Maximilian Kossick maximilian.kossick at googlemail.com
Thu Oct 15 21:43:21 CEST 2009


What about the "curent" typo? kind of funny to leave that in with a
commit message like that:)

On Thu, Oct 15, 2009 at 9:15 PM, Albert Astals Cid <aacid at kde.org> wrote:
> commit a07f35bcd05e81a7c209a1f87bfecdcfefcbbb1f
> Author:     Albert Astals Cid <aacid at kde.org>
> AuthorDate: Thu Oct 15 21:09:42 2009 +0200
> Commit:     Albert Astals Cid <aacid at kde.org>
> CommitDate: Thu Oct 15 21:09:42 2009 +0200
>
>    Fix typo, acked by Nikolaj
>
> diff --git a/src/playlist/layouts/LayoutManager.cpp b/src/playlist/layouts/LayoutManager.cpp
> index 0f24ba2..eb10f56 100644
> --- a/src/playlist/layouts/LayoutManager.cpp
> +++ b/src/playlist/layouts/LayoutManager.cpp
> @@ -111,7 +111,7 @@ void LayoutManager::updateCurrentLayout( const PlaylistLayout &layout )
>         }
>
>
> -        The::statusBar()->longMessage( i18n( "curent layout '%1' is write only. Creating a new layout '%2' with your changes and setting this as active", m_activeLayout, newLayoutName ) );
> +        The::statusBar()->longMessage( i18n( "curent layout '%1' is read only. Creating a new layout '%2' with your changes and setting this as active", m_activeLayout, newLayoutName ) );
>
>         addUserLayout( newLayoutName, layout );
>         setActiveLayout( newLayoutName );
>
>
>


More information about the Amarok-devel mailing list