Ticket #881: backendsettings.cpp.patch

File backendsettings.cpp.patch, 768 bytes (added by Adam Egger, 20 years ago)
  • setup/backendsettings.cpp

     
    138138    GlobalCheckBox *gc = new GlobalCheckBox("SaveTranscoding");
    139139    gc->setLabel(QObject::tr("Save original files after transcoding (globally)"));
    140140    gc->setValue(false);
    141     gc->setHelpText(QObject::tr("When set and the transcoder is active, the "
    142                     "original nuv files will be renamed to nuv.old once the "
     141    gc->setHelpText(QObject::tr("When set and the transcoder is active, "
     142                    "the original files will be renamed to *.old once the "
    143143                    "transcoding is complete."));
    144144    return gc;
    145145};