summaryrefslogtreecommitdiffstats
path: root/amarok/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-05 23:04:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-05 23:04:30 +0900
commitc9a122c1bc5831b0efdf316b1e89a1de27322915 (patch)
treead50b79072929856e26e12fbc02546dcfbd07232 /amarok/src
parenteff425c08e5456b0c6e172bfa8c1ee4ff89bdb31 (diff)
downloadamarok-c9a122c1bc5831b0efdf316b1e89a1de27322915.tar.gz
amarok-c9a122c1bc5831b0efdf316b1e89a1de27322915.zip
Fixed references to TDE website.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amarok/src')
-rw-r--r--amarok/src/playerwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/playerwindow.cpp b/amarok/src/playerwindow.cpp
index 0998311c..043877fc 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 trinity-devel@lists.pearsoncomputing.net, thanks!" );
+ if( text.isEmpty() ) text = i18n( "Please report this message to devels@trinitydesktop.org, thanks!" );
TQFont font( m_pScrollFrame->font() );
TQFontMetrics fm( font );