Fix stale web URLs. This partially resolves bug report 1263.

pull/1/head
Darrell Anderson 11 years ago
parent 0032b853a6
commit 975f3a15b4

@ -392,7 +392,7 @@
<cstring>moodbarHelpLabel</cstring>
</property>
<property name="text">
<string>You need the &lt;a href='http://amarok.kde.org/wiki/Moodbar'&gt;moodbar package&lt;/a&gt; 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">

@ -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.
&lt;p&gt;&lt;b&gt;MySQL&lt;/b&gt; or &lt;b&gt;Postgresql&lt;/b&gt; are faster than &lt;b&gt;sqlite&lt;/b&gt;, but require additional setup.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/MySQL_HowTo"&gt;Instructions for configuring MySQL&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/Postgresql_HowTo"&gt;Instructions for configuring Postgresql&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/Amarok_1.4/User_Guides/MySQL_HowTo"&gt;Instructions for configuring MySQL&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/Amarok_1.4/User_Guides/PostgreSQL_HowTo"&gt;Instructions for configuring Postgresql&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</string>
</property>
</widget>

@ -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 );

Loading…
Cancel
Save