[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Mon Feb 2 14:44:04 UTC 2004


CVS commit by jriddell: 

KDE proofreaders typos and copyright year update
http://www.kde.me.uk/index.php?page=kdesdk_typos


  M +1 -1      main.cpp   1.17
  M +7 -7      uml.cpp   1.87


--- kdesdk/umbrello/umbrello/main.cpp  #1.16:1.17
@@ -36,5 +36,5 @@ int main(int argc, char *argv[]) {
         KAboutData aboutData( "umbrello", I18N_NOOP("Umbrello UML Modeller"),
                               UMBRELLO_VERSION, description, KAboutData::License_GPL,
-                              I18N_NOOP("(c) 2001 Paul Hensgen, (c) 2002-2003 Umbrello UML Modeller Authors"), 0,
+                              I18N_NOOP("(c) 2001 Paul Hensgen, (c) 2002-2004 Umbrello UML Modeller Authors"), 0,
                               "http://uml.sf.net/");
         aboutData.addAuthor("Paul Hensgen",0, "phensgen at users.sourceforge.net");

--- kdesdk/umbrello/umbrello/uml.cpp  #1.86:1.87
@@ -284,11 +284,11 @@ void UMLApp::setupZoomMenu() {
 
         //IMPORTANT: The ID's must match the zoom value (text)
-        zoomSelect->insertItem(i18n(" &33 %"),33);
-        zoomSelect->insertItem(i18n(" &50 %"),50);
-        zoomSelect->insertItem(i18n(" &75 %"),75);
-        zoomSelect->insertItem(i18n("&100 %"),100);
-        zoomSelect->insertItem(i18n("1&50 %"),150);
-        zoomSelect->insertItem(i18n("&200 %"),200);
-        zoomSelect->insertItem(i18n("3&00 %"),300);
+        zoomSelect->insertItem(i18n(" &33%"),33);
+        zoomSelect->insertItem(i18n(" &50%"),50);
+        zoomSelect->insertItem(i18n(" &75%"),75);
+        zoomSelect->insertItem(i18n("&100%"),100);
+        zoomSelect->insertItem(i18n("1&50%"),150);
+        zoomSelect->insertItem(i18n("&200%"),200);
+        zoomSelect->insertItem(i18n("3&00%"),300);
 
 






More information about the umbrello-devel mailing list