From f192be517c6ecfdb4982d934d942aa2e7c1d1f6a Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 6 Dec 2017 10:14:31 +0100 Subject: [PATCH] dynconf/query history: add readonly mode --- src/qtgui/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/main.cpp b/src/qtgui/main.cpp index 14bbf901..61302b7b 100644 --- a/src/qtgui/main.cpp +++ b/src/qtgui/main.cpp @@ -328,7 +328,7 @@ int main(int argc, char **argv) if (!g_dynconf || !g_dynconf->ok()) { QString msg = app.translate ("Main", - "\"history\" file is damaged or un(read)writeable, please check " + "\"history\" file is damaged, please check " "or remove it: ") + QString::fromLocal8Bit(historyfile.c_str()); QMessageBox::critical(0, "Recoll", msg); exit(1);