CVS commit by bausi: change text of zoom action to "Enlarge/Shrink", as proposed by Matt Rogers and Maksim Orlovich M +2 -2 konq_dirpart.cc 1.87 --- kdebase/libkonq/konq_dirpart.cc #1.86:1.87 @@ -136,6 +136,6 @@ KonqDirPart::KonqDirPart( QObject *paren actionCollection()->setHighlightingEnabled( true ); - m_paIncIconSize = new KAction( i18n( "Increase Icon Size" ), "viewmag+", 0, this, SLOT( slotIncIconSize() ), actionCollection(), "incIconSize" ); - m_paDecIconSize = new KAction( i18n( "Decrease Icon Size" ), "viewmag-", 0, this, SLOT( slotDecIconSize() ), actionCollection(), "decIconSize" ); + m_paIncIconSize = new KAction( i18n( "Enlarge Icons" ), "viewmag+", 0, this, SLOT( slotIncIconSize() ), actionCollection(), "incIconSize" ); + m_paDecIconSize = new KAction( i18n( "Shrink Icons" ), "viewmag-", 0, this, SLOT( slotDecIconSize() ), actionCollection(), "decIconSize" ); m_paDefaultIcons = new KRadioAction( i18n( "&Default Size" ), 0, actionCollection(), "modedefault" );