aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/crossfade/effectcrossfadefactory.cpp')
-rw-r--r--src/plugins/Effect/crossfade/effectcrossfadefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp b/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
index e11b73dee..eef0e293e 100644
--- a/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
+++ b/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
@@ -50,7 +50,7 @@ void EffectCrossfadeFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Crossfade Plugin"),
tr("Qmmp Crossfade Plugin")+"\n"+
- tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
QTranslator *EffectCrossfadeFactory::createTranslator(QObject *parent)