rkflx added a comment.
(Helps saving inline comments before pressing "Submit").
INLINE COMMENTS
> part.cpp:1630
> const QString caption = i18n( "Presentation Mode" );
> - const KGuiItem yesItem = KGuiItem( i18n( "Allow" ),
> QStringLiteral("dialog-ok"), i18n( "Allow the presentation mode" ) );
> - const KGuiItem noItem = KGuiItem( i18n( "Do Not Allow" ),
> QStringLiteral("process-stop"), i18n( "Do not allow the presentation mode" )
> );
> + const KGuiItem yesItem = KGuiItem( i18n( "Enter presentation
> mode" ), QStringLiteral("dialog-ok") );
> + const KGuiItem noItem = KGuiItem( i18n( "Stay here" ),
> QStringLiteral("dialog-cancel") );
Title Case for buttons, IIRC?
REPOSITORY
R223 Okular
REVISION DETAIL
https://phabricator.kde.org/D9692
To: ngraham, #okular, aacid, rkflx
Cc: rkflx, michaelweghorn, gassaf, ngraham, aacid