diff options
-rw-r--r-- | amarok/src/Options1.ui | 2 | ||||
-rw-r--r-- | amarok/src/firstrunwizard.ui | 4 | ||||
-rw-r--r-- | amarok/src/playerwindow.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
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 @@ <cstring>moodbarHelpLabel</cstring> </property> <property name="text"> - <string>You need the <a href='http://amarok.kde.org/wiki/Moodbar'>moodbar package</a> installed to enable the moodbar feature.</string> + <string>You need the moodbar package installed from your distro repositories to enable the moodbar feature.</string> </property> </widget> <widget class="TQFrame"> 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 @@ <string>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></string> </property> </widget> 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 [email protected], thanks!" ); + if( text.isEmpty() ) text = i18n( "Please report this message to [email protected], thanks!" ); TQFont font( m_pScrollFrame->font() ); TQFontMetrics fm( font ); |