Fix incorrectly renamed strings

(cherry picked from commit 8f025479cf)
r14.0.x
Slávek Banko 9 years ago
parent 272ceee206
commit 324410931d

@ -120,11 +120,11 @@ DefinitionDialog::DefinitionDialog( TQWidget* parent, const char* name, bool mo
Layout13->addWidget( TextLabel8 );
TextLabel9 = new TQLabel( this, "TextLabel9" );
TextLabel9->setText( i18n("NumberQt::Horizontal:") );
TextLabel9->setText( i18n("Number Horizontal:") );
Layout13->addWidget( TextLabel9 );
TextLabel10 = new TQLabel( this, "TextLabel10" );
TextLabel10->setText( i18n("NumberQt::Vertical:") );
TextLabel10->setText( i18n("Number Vertical:") );
Layout13->addWidget( TextLabel10 );
Layout17->addLayout( Layout13 );

Loading…
Cancel
Save