[Uml-devel] KDE/kdesdk

Chris Howells howells at kde.org
Thu May 18 10:42:02 UTC 2006


SVN commit 542214 by howells:

remove exclamation marks


 M  +2 -2      kbabel/catalogmanager/catalogmanager.cpp  
 M  +1 -1      kbabel/catalogmanager/catalogmanagerview.cpp  
 M  +2 -2      umbrello/umbrello/umllistview.cpp  


--- trunk/KDE/kdesdk/kbabel/catalogmanager/catalogmanager.cpp #542213:542214
@@ -1017,7 +1017,7 @@
         }
         else
         {
-            if( !_searchStopped) KMessageBox::information(this, i18n("Search string not found!"));
+            if( !_searchStopped) KMessageBox::information(this, i18n("Search string not found."));
             stopSearching();
         }
     }
@@ -1099,7 +1099,7 @@
         }
         else
         {
-            if( !_searchStopped ) KMessageBox::information(this, i18n("Search string not found!"));
+            if( !_searchStopped ) KMessageBox::information(this, i18n("Search string not found."));
             stopSearching(); // update window
         }
     }
--- trunk/KDE/kdesdk/kbabel/catalogmanager/catalogmanagerview.cpp #542213:542214
@@ -1507,7 +1507,7 @@
       {
          if(!QFile::remove(item->poFile()))
          {
-             KMessageBox::sorry(this,i18n("Was not able to delete the file %1!", item->poFile()));
+             KMessageBox::sorry(this,i18n("Was not able to delete the file %1.", item->poFile()));
          }
       }
    }
--- trunk/KDE/kdesdk/umbrello/umbrello/umllistview.cpp #542213:542214
@@ -2267,7 +2267,7 @@
         } else {
             KMessageBox::error(
                 kapp -> mainWidget(),
-                i18n( "The name you entered was not unique!\nCreation process has been canceled." ),
+                i18n( "The name you entered was not unique.\nCreation process has been canceled." ),
                 i18n( "Name Not Unique" ) );
             return false;
         }
@@ -2476,7 +2476,7 @@
             if (isExistingOp)
                 KMessageBox::error(
                     kapp -> mainWidget(),
-                    i18n( "The name you entered was not unique!\nCreation process has been canceled." ),
+                    i18n( "The name you entered was not unique.\nCreation process has been canceled." ),
                     i18n( "Name Not Unique" ) );
             m_bCreatingChildObject = false;
             return false;




More information about the umbrello-devel mailing list