summaryrefslogtreecommitdiffstats
path: root/amarok
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-24 02:53:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-26 14:02:18 +0200
commitd85e4c67f31aaccef4fe36fdd8fd856d0ac95f5b (patch)
treed4d59b0726bf6b27021aedd5b9d8b0bf296004e0 /amarok
parent44920ecd8156f64bc1a8a8f95ed07dc892fa6263 (diff)
downloadamarok-d85e4c67f31aaccef4fe36fdd8fd856d0ac95f5b.tar.gz
amarok-d85e4c67f31aaccef4fe36fdd8fd856d0ac95f5b.zip
Fix remaining branding in Amarok.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 227548b633640b86337a09cfe6032fb5fa351359)
Diffstat (limited to 'amarok')
-rw-r--r--amarok/src/Options1.ui.h2
-rw-r--r--amarok/src/Options2.ui2
-rw-r--r--amarok/src/configdialog.cpp2
-rw-r--r--amarok/src/mediumpluginmanager.cpp7
4 files changed, 5 insertions, 8 deletions
diff --git a/amarok/src/Options1.ui.h b/amarok/src/Options1.ui.h
index 1cf593f5..db64ace1 100644
--- a/amarok/src/Options1.ui.h
+++ b/amarok/src/Options1.ui.h
@@ -42,7 +42,7 @@ void Options1::init()
browsers.prepend( i18n( "Default Browser" ) );
#else
if ( TDEStandardDirs::findExe( "kfmclient" ) != TQString() )
- browsers.prepend( i18n( "Default KDE Browser" ) );
+ browsers.prepend( i18n( "Default TDE Browser" ) );
#endif
kComboBox_browser->insertStringList( browsers );
diff --git a/amarok/src/Options2.ui b/amarok/src/Options2.ui
index f914ebd5..94d80460 100644
--- a/amarok/src/Options2.ui
+++ b/amarok/src/Options2.ui
@@ -630,7 +630,7 @@
<string>Install New Style...</string>
</property>
<property name="toolTip" stdset="0">
- <string>Click to install a new Context Browser style.&lt;br&gt;Tip: More styles can be found on &lt;a href='http://kde-look.org'&gt;http://kde-look.org&lt;/a&gt;</string>
+ <string>Click to install a new Context Browser style.&lt;br&gt;Tip: More styles can be found on &lt;a href='http://trinity-look.org'&gt;http://trinity-look.org&lt;/a&gt;</string>
</property>
<property name="whatsThis" stdset="0">
<string>Select and install a new Context Browser style.</string>
diff --git a/amarok/src/configdialog.cpp b/amarok/src/configdialog.cpp
index 8b71aa7a..8007fc74 100644
--- a/amarok/src/configdialog.cpp
+++ b/amarok/src/configdialog.cpp
@@ -438,7 +438,7 @@ TQString AmarokConfigDialog::externalBrowser() const
m_opt1->kComboBox_browser->currentText() == i18n( "Default Browser" ) ?
"open" :
#else
- m_opt1->kComboBox_browser->currentText() == i18n( "Default KDE Browser" ) ?
+ m_opt1->kComboBox_browser->currentText() == i18n( "Default TDE Browser" ) ?
"kfmclient openURL" :
#endif
m_opt1->kComboBox_browser->currentText().lower() :
diff --git a/amarok/src/mediumpluginmanager.cpp b/amarok/src/mediumpluginmanager.cpp
index f9130258..e358b75c 100644
--- a/amarok/src/mediumpluginmanager.cpp
+++ b/amarok/src/mediumpluginmanager.cpp
@@ -168,11 +168,8 @@ MediumPluginManager::redetectDevices()
if( !detectDevices( true ) )
{
Amarok::StatusBar::instance()->longMessageThreadSafe( i18n("No new media devices were found. If you feel this is an\n"
- "error, ensure that the DBUS and HAL daemons are running\n"
- "and KDE was built with support for them. You can test this\n"
- "by running\n"
- " \"dcop kded mediamanager fullList\"\n"
- "in a Konsole window.") );
+ "error, ensure that the DBUS and either TDEHW or HAL daemon are running\n"
+ "and TDE was built with support for them.") );
}
else
slotChanged();