added missing space in string
This commit is contained in:
parent
9db7abf439
commit
3a817b8adb
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: viewaction_w.cpp,v 1.4 2006-12-19 12:11:21 dockes Exp $ (C) 2006 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: viewaction_w.cpp,v 1.5 2007-09-08 17:21:49 dockes Exp $ (C) 2006 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -101,7 +101,7 @@ void ViewAction::editAction()
|
|||||||
} else {
|
} else {
|
||||||
if (action != action0 && dowarnmultiple) {
|
if (action != action0 && dowarnmultiple) {
|
||||||
switch (QMessageBox::warning(0, "Recoll",
|
switch (QMessageBox::warning(0, "Recoll",
|
||||||
tr("Changing actions with different"
|
tr("Changing actions with different "
|
||||||
"current values"),
|
"current values"),
|
||||||
"Continue",
|
"Continue",
|
||||||
"Cancel",
|
"Cancel",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user