rename the "save as" action as "save copy as", as it's what it really does

svn path=/trunk/KDE/kdegraphics/okular/; revision=757449
This commit is contained in:
Pino Toscano 2008-01-04 23:58:22 +00:00
parent 1c0f503050
commit 4d047a47b0

View file

@ -356,6 +356,7 @@ m_cliPresentation(false), m_generatorGuiClient(0)
m_findNext->setEnabled( false );
m_saveAs = KStandardAction::saveAs( this, SLOT( slotSaveFileAs() ), ac );
m_saveAs->setText( i18n( "Save a &Copy As..." ) );
ac->addAction("save",m_saveAs);
m_saveAs->setEnabled( false );