forgotten tr() around message text
This commit is contained in:
parent
a9d56aa154
commit
ea1a591193
@ -350,8 +350,7 @@ void RclMain::startNativeViewer(Rcl::Doc doc, int pagenum, QString term)
|
|||||||
"Recoll",
|
"Recoll",
|
||||||
tr("Opening a temporary copy. Edits will be lost if you don't save"
|
tr("Opening a temporary copy. Edits will be lost if you don't save"
|
||||||
"<br/>them to a permanent location."),
|
"<br/>them to a permanent location."),
|
||||||
"Do not show this warning next time "
|
tr("Do not show this warning next time. Use GUI preferences to restore."));
|
||||||
"(open GUI preferences to restore)");
|
|
||||||
confirm.setSettingsPath("Recoll/prefs");
|
confirm.setSettingsPath("Recoll/prefs");
|
||||||
confirm.setOverrideSettingsKey("showTempFileWarning");
|
confirm.setOverrideSettingsKey("showTempFileWarning");
|
||||||
confirm.exec();
|
confirm.exec();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user