sync the Qt pref dialog's terminology with the Gtk+ and Web UI's -- 'alternative speed limits' was listed as 'temporary speed limits'

This commit is contained in:
Jordan Lee 2012-05-09 17:37:14 +00:00
parent 7f4c8957bf
commit 7a478b1e0e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ PrefsDialog :: createSpeedTab( )
label->setPixmap( QPixmap( QString::fromAscii( ":/icons/alt-limit-off.png" ) ) );
label->setAlignment( Qt::AlignLeft|Qt::AlignVCenter );
h->addWidget( label );
label = new QLabel( tr( "Temporary Speed Limits" ) );
label = new QLabel( tr( "Alternative Speed Limits" ) );
label->setStyleSheet( QString::fromAscii( "font: bold" ) );
label->setAlignment( Qt::AlignLeft|Qt::AlignVCenter );
h->addWidget( label );