summaryrefslogtreecommitdiffstats
path: root/amarok
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:05:57 +0900
commit33eff2fd7afcdb9fdd992c6dd039b03829fcd1e3 (patch)
treea1eb2d7f8b8eead8b35973355a630aca9f0dd3cb /amarok
parentbd803a0e968054aa56b6b847fb103de20ae2a84e (diff)
downloadamarok-33eff2fd7afcdb9fdd992c6dd039b03829fcd1e3.tar.gz
amarok-33eff2fd7afcdb9fdd992c6dd039b03829fcd1e3.zip
Fixed references to TDE website.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c9a122c1bc5831b0efdf316b1e89a1de27322915)
Diffstat (limited to 'amarok')
-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 );