[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kroupware_branch: kdenetwork/kmail
From:       Bo Thorsen <bo () sonofthor ! dk>
Date:       2003-06-25 12:25:05
[Download RAW message or body]

CVS commit by thorsen: 

Better string here


  M +6 -5      kmgroupware.cpp   1.1.2.224


--- kdenetwork/kmail/kmgroupware.cpp  #1.1.2.223:1.1.2.224
@@ -150,9 +150,10 @@ void KMGroupware::readConfig()
 
   if( !checkFolders() ) {
-    assert( mFolderParent );
-    if( KMessageBox::questionYesNo( 0, i18n("KMail will now create the required groupware folders."
-                                            " If you dont want this, press \"No\","
-                                            " and the groupware functions will be disabled.")),
-        i18n("Groupware Folders") ) == KMessageBox::No ) {
+    QString txt = i18n( "KMail has not found the groupware folders. Without "
+                        "groupware folders KMail's groupware functionality "
+                        "will be disabled. Do you want KMail to create "
+                        "the necessary folders?" );
+    if( KMessageBox::questionYesNo( 0, txt, i18n( "Groupware Folders" ) )
+        == KMessageBox::No ) {
       mUseGroupware = false;
       slotGroupwareHide();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic