Index: setup/backendsettings.cpp
===================================================================
--- setup/backendsettings.cpp	(revision 8397)
+++ setup/backendsettings.cpp	(working copy)
@@ -138,8 +138,8 @@
     GlobalCheckBox *gc = new GlobalCheckBox("SaveTranscoding");
     gc->setLabel(QObject::tr("Save original files after transcoding (globally)"));
     gc->setValue(false);
-    gc->setHelpText(QObject::tr("When set and the transcoder is active, the "
-                    "original nuv files will be renamed to nuv.old once the "
+    gc->setHelpText(QObject::tr("When set and the transcoder is active, "
+                    "the original files will be renamed to *.old once the "
                     "transcoding is complete."));
     return gc;
 };
