[Uml-devel] kdesdk/umbrello/umbrello

John Ratke jratke at comcast.net
Sat Oct 25 09:36:09 UTC 2003


CVS commit by jratke: 


Change tool tip "Volume Popup" to "Zoom Slider".


  M +2 -2      uml.cpp   1.76


--- kdesdk/umbrello/umbrello/uml.cpp  #1.75:1.76
@@ -252,8 +252,8 @@ void UMLApp::initActions() {
         viewProperties->setEnabled(false);
 
-        zoomAction = new KPlayerPopupSliderAction(i18n("&Volume Popup"), "viewmag", Key_F9,
+        zoomAction = new KPlayerPopupSliderAction(i18n("&Zoom Slider"), "viewmag", Key_F9,
                                                   this, SLOT(slotZoomSliderMoved(int)),
                                                   actionCollection(), "popup_zoom");
-        zoom100Action = new KAction(i18n( "&Zoom to 100%" ), "viewmag1", 0,
+        zoom100Action = new KAction(i18n( "Z&oom to 100%" ), "viewmag1", 0,
                                     this, SLOT( slotZoom100() ), actionCollection(),
                                     "zoom100");






More information about the umbrello-devel mailing list