diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:07:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:40:06 +0100 |
commit | 0cd72960850326f28eef053f3442a008ee7c7057 (patch) | |
tree | eb32b27358b7adb674e91fe667b24299882cc1f2 /kicker-applets/mediacontrol | |
parent | b98e5a4b8449b5f05a892a3bbbcc26ae72f07fea (diff) | |
download | tdeaddons-0cd72960850326f28eef053f3442a008ee7c7057.tar.gz tdeaddons-0cd72960850326f28eef053f3442a008ee7c7057.zip |
Fix incorrectly renamed strings
(cherry picked from commit 6e55b23a74ff9702218eaedc1c4e995e4f081aa3)
Diffstat (limited to 'kicker-applets/mediacontrol')
-rw-r--r-- | kicker-applets/mediacontrol/mediacontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/mediacontrol/mediacontrol.cpp b/kicker-applets/mediacontrol/mediacontrol.cpp index 49aba50..fed96e9 100644 --- a/kicker-applets/mediacontrol/mediacontrol.cpp +++ b/kicker-applets/mediacontrol/mediacontrol.cpp @@ -124,7 +124,7 @@ MediaControl::MediaControl(const TQString &configFile, Type t, int actions, "tisch.crix@gmx.de", "http://www.crixensgfxcorner.de.vu/"); mAboutData->addCredit("Ulrik Mikaelsson", I18N_NOOP("Fix for Noatun-Support"), "rawler@rsn.bth.se", 0); - mAboutData->addCredit("Anthony J Moulen", I18N_NOOP("Fix forQt::Vertical Slider"), + mAboutData->addCredit("Anthony J Moulen", I18N_NOOP("Fix for Vertical Slider"), "ajmoulen@moulen.org", 0); mAboutData->addCredit("Teemu Rytilahti", I18N_NOOP("Volume Control Implementation"), "teemu.rytilahti@kde-fi.org", 0); |