diff --git a/src/qtgui/rclm_view.cpp b/src/qtgui/rclm_view.cpp index 8ce32198..f6187f8a 100644 --- a/src/qtgui/rclm_view.cpp +++ b/src/qtgui/rclm_view.cpp @@ -350,7 +350,7 @@ void RclMain::startNativeViewer(Rcl::Doc doc, int pagenum, QString term) "Recoll", tr("Opening a temporary copy. Edits will be lost if you don't save" "
them to a permanent location."), - tr("Do not show this warning next time. Use GUI preferences to restore.")); + tr("Do not show this warning next time (use GUI preferences to restore).")); confirm.setSettingsPath("Recoll/prefs"); confirm.setOverrideSettingsKey("showTempFileWarning"); confirm.exec();