diff --git a/amarok/src/Options1.ui b/amarok/src/Options1.ui index dbee4891..ca3f8597 100644 --- a/amarok/src/Options1.ui +++ b/amarok/src/Options1.ui @@ -392,7 +392,7 @@ moodbarHelpLabel - You need the <a href='http://amarok.kde.org/wiki/Moodbar'>moodbar package</a> installed to enable the moodbar feature. + You need the moodbar package installed from your distro repositories to enable the moodbar feature. diff --git a/amarok/src/firstrunwizard.ui b/amarok/src/firstrunwizard.ui index d5885635..4ba58908 100644 --- a/amarok/src/firstrunwizard.ui +++ b/amarok/src/firstrunwizard.ui @@ -162,8 +162,8 @@ Amarok uses a database to store information about your music. If you are not sure which to use, press Next. <p><b>MySQL</b> or <b>Postgresql</b> are faster than <b>sqlite</b>, but require additional setup.</p> <ul> -<li><a href="http://amarok.kde.org/wiki/MySQL_HowTo">Instructions for configuring MySQL</a>.</li> -<li><a href="http://amarok.kde.org/wiki/Postgresql_HowTo">Instructions for configuring Postgresql</a>.</li> +<li><a href="http://amarok.kde.org/wiki/Amarok_1.4/User_Guides/MySQL_HowTo">Instructions for configuring MySQL</a>.</li> +<li><a href="http://amarok.kde.org/wiki/Amarok_1.4/User_Guides/PostgreSQL_HowTo">Instructions for configuring Postgresql</a>.</li> </ul> diff --git a/amarok/src/playerwindow.cpp b/amarok/src/playerwindow.cpp index 37d917ae..0998311c 100644 --- a/amarok/src/playerwindow.cpp +++ b/amarok/src/playerwindow.cpp @@ -251,7 +251,7 @@ void PlayerWidget::setScroll( const TQStringList &list ) } //FIXME empty TQString would crash due to NULL Pixmaps - if( text.isEmpty() ) text = i18n( "Please report this message to amarok@kde.org, thanks!" ); + if( text.isEmpty() ) text = i18n( "Please report this message to trinity-devel@lists.pearsoncomputing.net, thanks!" ); TQFont font( m_pScrollFrame->font() ); TQFontMetrics fm( font );