diff options
Diffstat (limited to 'src/gui/dialogs/BeatsBarsDialog.cpp')
-rw-r--r-- | src/gui/dialogs/BeatsBarsDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/BeatsBarsDialog.cpp b/src/gui/dialogs/BeatsBarsDialog.cpp index 6495682..0b22d6c 100644 --- a/src/gui/dialogs/BeatsBarsDialog.cpp +++ b/src/gui/dialogs/BeatsBarsDialog.cpp @@ -47,7 +47,7 @@ BeatsBarsDialog::BeatsBarsDialog(TQWidget* tqparent) : TQHBox *hbox = makeHBoxMainWidget(); TQGroupBox *gbox = new TQGroupBox(1, Qt::Horizontal, - i18n("The selected audio segment tqcontains:"), hbox); + i18n("The selected audio segment contains:"), hbox); TQFrame *frame = new TQFrame(gbox); TQGridLayout *tqlayout = new TQGridLayout(frame, 1, 2, 5, 5); |