summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-31 15:32:36 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-31 15:32:36 +0200
commitb376b6ba4182d901e36e532619b4dfaad48fca0a (patch)
treec3625e27c6a62d83ede051a1649138381d1845c6 /src/mainview.cpp
parentMerge branch 'ICON' (diff)
parentMake the string KDE HIG compatible (diff)
downloadrekonq-b376b6ba4182d901e36e532619b4dfaad48fca0a.tar.xz
Merge branch 'I18n'
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 2382210b..22a03242 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -484,7 +484,7 @@ void MainView::slotCloseTab(int index)
if (tab->isModified())
{
int risp = KMessageBox::questionYesNo(this,
- i18n("You have modified this page and when closing it you would lose the modification.\n"
+ i18n("You have modified this page and when closing it you would lose the modifications.\n"
"Do you really want to close this page?\n"),
i18n("Do you really want to close this page?"));
if (risp == KMessageBox::No)