From 6b6545368e5a5746c6fec02bb8d0708333f894e0 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Fri, 15 Oct 2004 05:27:33 +0000 Subject: added linbreaks for better visibility --- (limited to 'pwmanager') 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 @@ -183,8 +183,8 @@ void PwMDocUi::noMpwMsgBox(bool chipcard, QString prefix, QString postfix) 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!")); } @@ -192,8 +192,8 @@ void PwMDocUi::rootAlertMsgBox() 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")); } @@ -201,8 +201,8 @@ void PwMDocUi::cantDeeplock_notSavedMsgBox() 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")); } @@ -228,7 +228,7 @@ int PwMDocUi::dirtyAskSave(const QString &docTitle) i18n("The list \"") + docTitle + i18n - ("\" has been modified.\n" + ("\"\nhas been modified.\n" "Do you want to save it?"), i18n("save?")); if (ret == KMessageBox::Yes) { @@ -321,7 +321,7 @@ bool PwMDocUi::saveAsDocUi(PwMDoc *doc) if (ret != e_success) { 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")); doc->timer()->putLock(DocTimer::id_autoLockTimer); @@ -382,7 +382,7 @@ bool PwMDocUi::openDocUi(PwMDoc *doc, KMessageBox::error(getCurrentView(), 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")); goto cancelOpen; @@ -396,7 +396,7 @@ bool PwMDocUi::openDocUi(PwMDoc *doc, if (ret == e_fileFormat) { 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."), i18n @@ -407,7 +407,7 @@ bool PwMDocUi::openDocUi(PwMDoc *doc, KMessageBox::error(getCurrentView(), 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 ("checksum error")); -- cgit v0.9.0.2