From 6b932714bf687d7b80f270a8e4f5d6db0e54c4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burkhard=20L=C3=BCck?= Date: Tue, 11 Dec 2012 11:56:18 +0100 Subject: [PATCH] typo fix reported on kde-i18n-doc --- configuredialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuredialog.cpp b/configuredialog.cpp index 26cb296fa..7d810f9dc 100644 --- a/configuredialog.cpp +++ b/configuredialog.cpp @@ -2449,8 +2449,8 @@ ComposerPageGeneralTab::ComposerPageGeneralTab( QWidget * parent ) label = new QLabel( i18n("%f will be replaced with the " "filename to edit.
" - "%w will be replace with window id.
" - "%l will be replace with line number."), group ); + "%w will be replaced with the window id.
" + "%l will be replaced with the line number."), group ); label->setEnabled( false ); // see above connect( mExternalEditorCheck, SIGNAL(toggled(bool)), label, SLOT(setEnabled(bool)) );