[Okular-devel] [Bug 145368] HIG CL1/4.1: "Accessibility" label in configuration dialog has "Reading Aids" page title

Pino Toscano toscano.pino at tiscali.it
Thu Jul 19 13:23:15 CEST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=145368         
toscano.pino tiscali it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From toscano.pino tiscali it  2007-07-19 13:23 -------
SVN commit 689887 by pino:

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


 M  +1 -1      preferencesdialog.cpp  


--- trunk/KDE/kdegraphics/okular/conf/preferencesdialog.cpp #689886:689887
 @ -31,7 +31,7  @
     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") );


More information about the Okular-devel mailing list