aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/stereo/effectstereofactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/stereo/effectstereofactory.cpp')
-rw-r--r--src/plugins/Effect/stereo/effectstereofactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/stereo/effectstereofactory.cpp b/src/plugins/Effect/stereo/effectstereofactory.cpp
index 017b20376..27ab0904e 100644
--- a/src/plugins/Effect/stereo/effectstereofactory.cpp
+++ b/src/plugins/Effect/stereo/effectstereofactory.cpp
@@ -49,7 +49,7 @@ void EffectStereoFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Extra Stereo Plugin"),
tr("Qmmp Extra Stereo Plugin")+"\n"+
- tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+
tr("Based on the Extra Stereo Plugin for Xmms by Johan Levin"));
}