summaryrefslogtreecommitdiffstats
path: root/noatun/library/ksaver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/ksaver.cpp')
-rw-r--r--noatun/library/ksaver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/ksaver.cpp b/noatun/library/ksaver.cpp
index 40b3606c..fe2ed649 100644
--- a/noatun/library/ksaver.cpp
+++ b/noatun/library/ksaver.cpp
@@ -78,7 +78,7 @@ bool Noatun::KSaver::open(void)
}
else
{
- d->error = i18n("Could not write to %1.").arg(d->url.prettyURL());
+ d->error = i18n("Could not write to %1.").tqarg(d->url.prettyURL());
return false;
}
}