explain a bit this cryptic lonely two-letters word

svn path=/trunk/KDE/kdegraphics/okular/; revision=697972
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 2171899347
commit a2bda2bebb
  1. 2
      ui/minibar.cpp

@ -98,7 +98,7 @@ MiniBar::MiniBar( QWidget * parent, Okular::Document * document )
horLayout->addWidget( m_pagesEdit );
// bottom: central 'of' label
horLayout->addSpacing(5);
horLayout->addWidget( new QLabel( i18n("of"), this ) );
horLayout->addWidget( new QLabel( i18nc( "Layouted like: '5 [pages] of 10'", "of" ), this ) );
// bottom: right button
m_pagesButton = new HoverButton( this );
m_pagesButton->setWidthScaleFactor(1.0);

Loading…
Cancel
Save