i18n style guide fixes

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662510
This commit is contained in:
Stephan Binner
2007-05-08 13:19:53 +00:00
parent 57059a4d41
commit c7debcd41a
6 changed files with 23 additions and 23 deletions

View File

@@ -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);