author | ulf69 <ulf69> | 2004-10-15 05:27:33 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-15 05:27:33 (UTC) |
commit | 6b6545368e5a5746c6fec02bb8d0708333f894e0 (patch) (side-by-side diff) | |
tree | 542c03dac6e7fcaf3e1d188534cb1c1aebf6c30e | |
parent | 5fc6dcc1e688d7c68789847d224a39703acad68d (diff) | |
download | kdepimpi-6b6545368e5a5746c6fec02bb8d0708333f894e0.zip kdepimpi-6b6545368e5a5746c6fec02bb8d0708333f894e0.tar.gz kdepimpi-6b6545368e5a5746c6fec02bb8d0708333f894e0.tar.bz2 |
added linbreaks for better visibility
-rw-r--r-- | pwmanager/pwmanager/pwmdocui.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/pwmanager/pwmanager/pwmdocui.cpp b/pwmanager/pwmanager/pwmdocui.cpp index 41afa6a..9040b2d 100644 --- a/pwmanager/pwmanager/pwmdocui.cpp +++ b/pwmanager/pwmanager/pwmdocui.cpp @@ -184,6 +184,6 @@ void PwMDocUi::rootAlertMsgBox() { KMessageBox::error(currentView, - i18n("This feature is not available, " - "if you execute PwM with \"root\" " + i18n("This feature is not available,n" + "if you execute PwM with \"root\" \n" "UID 0 privileges, for security reasons!"), i18n("not allowed as root!")); @@ -193,6 +193,6 @@ void PwMDocUi::cantDeeplock_notSavedMsgBox() { KMessageBox::error(currentView, - i18n("Can't deep-lock, because the document " - "hasn't been saved, yet. Please save " + i18n("Can't deep-lock, because the document\n" + "hasn't been saved, yet. Please save\n" "to a file and try again."), i18n("not saved, yet")); @@ -202,6 +202,6 @@ void PwMDocUi::gpmPwLenErrMsgBox() { KMessageBox::error(currentView, - i18n("GPasman does not support passwords " - "shorter than 4 characters! Please try " + i18n("GPasman does not support passwords\n" + "shorter than 4 characters! Please try\n" "again with a longer password."), i18n("password too short")); @@ -229,5 +229,5 @@ int PwMDocUi::dirtyAskSave(const QString &docTitle) docTitle + i18n - ("\" has been modified.\n" + ("\"\nhas been modified.\n" "Do you want to save it?"), i18n("save?")); @@ -322,5 +322,5 @@ bool PwMDocUi::saveAsDocUi(PwMDoc *doc) KMessageBox::error(currentView, i18n("Error: Couldn't write to file.\n" - "Please check if you have permission to " + "Please check if you have permission to\n" "write to the file in that directory."), i18n("error while writing")); @@ -383,5 +383,5 @@ bool PwMDocUi::openDocUi(PwMDoc *doc, i18n ("File-version is not supported!\n" - "Did you create this file with an older or newer version of PwM?"), + "Did you create this file with an\nolder or newer version of PwM?"), i18n ("incompatible version")); @@ -397,5 +397,5 @@ bool PwMDocUi::openDocUi(PwMDoc *doc, KMessageBox::error(getCurrentView(), i18n - ("Sorry, this file has not been recognized " + ("Sorry, this file has not been recognized\n" "as a PwM Password file.\n" "Probably you have selected the wrong file."), @@ -408,5 +408,5 @@ bool PwMDocUi::openDocUi(PwMDoc *doc, i18n ("File corrupt!\n" - "Maybe the media, you stored this file on, " + "Maybe the media, you stored this file on,\n" "had bad sectors?"), i18n |