CVS commit by bausi: cvsrevertlast to less confusing naming (see discussion with Matt Rogers on kde-cvs) M +2 -2 konq_dirpart.cc 1.86 --- kdebase/libkonq/konq_dirpart.cc #1.85:1.86 @@ -136,6 +136,6 @@ KonqDirPart::KonqDirPart( QObject *paren actionCollection()->setHighlightingEnabled( true ); - m_paIncIconSize = new KAction( i18n( "Increase Icons" ), "viewmag+", 0, this, SLOT( slotIncIconSize() ), actionCollection(), "incIconSize" ); - m_paDecIconSize = new KAction( i18n( "Decrease Icons" ), "viewmag-", 0, this, SLOT( slotDecIconSize() ), actionCollection(), "decIconSize" ); + 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_paDefaultIcons = new KRadioAction( i18n( "&Default Size" ), 0, actionCollection(), "modedefault" );