diff options
| author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:10:29 +0200 | 
|---|---|---|
| committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:10:29 +0200 | 
| commit | 376784a956453d6ded5c2d58e729a3f44e4d7374 (patch) | |
| tree | ff692b1f81008f21def25255172a20efc05be5ea /src | |
| parent | "Fixed" spelling of a Name (diff) | |
| download | rekonq-376784a956453d6ded5c2d58e729a3f44e4d7374.tar.xz | |
"Fixed" a string a little
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainview.cpp | 2 | 
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) | 
