mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 20:55:56 -04:00
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662510
This commit is contained in:
@@ -58,9 +58,9 @@ HistorySizeDialog::HistorySizeDialog( QWidget* parent )
|
||||
|
||||
QButtonGroup* modeGroup = new QButtonGroup(this);
|
||||
|
||||
_noHistoryButton = new QRadioButton( i18n("No History") );
|
||||
_fixedHistoryButton = new QRadioButton( i18n("Fixed Size History") );
|
||||
_unlimitedHistoryButton = new QRadioButton( i18n("Unlimited History") );
|
||||
_noHistoryButton = new QRadioButton( i18n("No history") );
|
||||
_fixedHistoryButton = new QRadioButton( i18n("Fixed size history:") );
|
||||
_unlimitedHistoryButton = new QRadioButton( i18n("Unlimited history") );
|
||||
|
||||
modeGroup->addButton(_noHistoryButton);
|
||||
modeGroup->addButton(_fixedHistoryButton);
|
||||
|
||||
Reference in New Issue
Block a user