diff --git a/conf/preferencesdialog.cpp b/conf/preferencesdialog.cpp index 9c70f756d..7968d3fdd 100644 --- a/conf/preferencesdialog.cpp +++ b/conf/preferencesdialog.cpp @@ -30,5 +30,5 @@ PreferencesDialog::PreferencesDialog( QWidget * parent, KConfigSkeleton * skelet addPage( m_accessibility, i18n("Accessibility"), "access", i18n("Reading Aids") ); addPage( m_performance, i18n("Performance"), "launch", i18n("Performance Tuning") ); addPage( m_presentation, i18n("Presentation"), "kpresenter_kpr", - i18n("Options For Presentation Mode") ); + i18n("Options for Presentation Mode") ); } diff --git a/part.cpp b/part.cpp index 090ba10b3..2ab6b7c25 100644 --- a/part.cpp +++ b/part.cpp @@ -583,7 +583,7 @@ void Part::slotShowMenu(const KPDFPage *page, const QPoint &point) //Albert says: I have not ported this as i don't see it does anything if ( d->mouseOnRect ) // and rect->pointerType() == KDPFPageRect::Image ... { - m_popup->insertItem( SmallIcon("filesave"), i18n("Save Image ..."), 4 ); + m_popup->insertItem( SmallIcon("filesave"), i18n("Save Image..."), 4 ); m_popup->setItemEnabled( 4, false ); }*/