From kde-commits Thu Apr 07 19:10:27 2005 From: Stephan Binner Date: Thu, 07 Apr 2005 19:10:27 +0000 To: kde-commits Subject: kdebase/konqueror Message-Id: <20050407191027.A7D31643 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111290200623753 CVS commit by binner: "Settings/View Properties Saved in Folder"->"Settings/Save View Properties in Folder" M +1 -1 konq_mainwindow.cc 1.1414 --- kdebase/konqueror/konq_mainwindow.cc #1.1413:1.1414 @@ -3680,5 +3680,5 @@ void KonqMainWindow::initActions() m_paSaveViewProfile = new KAction( i18n( "&Save View Profile..." ), 0, this, SLOT( slotSaveViewProfile() ), actionCollection(), "saveviewprofile" ); - m_paSaveViewPropertiesLocally = new KToggleAction( i18n( "View Properties Saved in &Folder" ), 0, this, SLOT( slotSaveViewPropertiesLocally() ), actionCollection(), "saveViewPropertiesLocally" ); + m_paSaveViewPropertiesLocally = new KToggleAction( i18n( "Save View Properties in &Folder" ), 0, this, SLOT( slotSaveViewPropertiesLocally() ), actionCollection(), "saveViewPropertiesLocally" ); // "Remove" ? "Reset" ? The former is more correct, the latter is more kcontrol-like... m_paRemoveLocalProperties = new KAction( i18n( "Remove Folder Properties" ), 0, this, SLOT( slotRemoveLocalProperties() ), actionCollection(), "removeLocalProperties" );