Give a "better" subtitle for the Accessibility configuration page so it's more "compliant" (but it was also before, IMHO) to the new HIG.

BUG: 145368

svn path=/trunk/KDE/kdegraphics/okular/; revision=689887
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 0fc32d6b18
commit d57dc437b5
  1. 2
      conf/preferencesdialog.cpp

@ -31,7 +31,7 @@ PreferencesDialog::PreferencesDialog( QWidget * parent, KConfigSkeleton * skelet
m_debug = new DlgDebug(0);
addPage( m_general, i18n("General"), "okular", i18n("General Options") );
addPage( m_accessibility, i18n("Accessibility"), "access", i18n("Reading Aids") );
addPage( m_accessibility, i18n("Accessibility"), "access", i18n("Accessibility Reading Aids") );
addPage( m_performance, i18n("Performance"), "launch", i18n("Performance Tuning") );
addPage( m_presentation, i18n("Presentation"), "kpresenter_kpr",
i18n("Options for Presentation Mode") );

Loading…
Cancel
Save