From d57dc437b5d68ee34b49c73807fd290d83b8ac4e Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 19 Jul 2007 11:23:09 +0000 Subject: [PATCH] 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 --- conf/preferencesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/preferencesdialog.cpp b/conf/preferencesdialog.cpp index 1e7ef05ab..8c877f966 100644 --- a/conf/preferencesdialog.cpp +++ b/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") );