From 5698cf36cb803aed1650d9394b097acb47cc4de7 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Fri, 11 Feb 2022 21:30:53 +0300 Subject: Fix a typo Signed-off-by: Alexander Golubev (cherry picked from commit 2b9140b7a66b64e93beb7346b6a41dfe980924ca) --- digikam/imageplugins/inserttext/fontchooserwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digikam/imageplugins/inserttext/fontchooserwidget.cpp b/digikam/imageplugins/inserttext/fontchooserwidget.cpp index 7b0dfca5..c4cd0c82 100644 --- a/digikam/imageplugins/inserttext/fontchooserwidget.cpp +++ b/digikam/imageplugins/inserttext/fontchooserwidget.cpp @@ -237,7 +237,7 @@ FontChooserWidget::FontChooserWidget(TQWidget *parent, const char *name, TQString sizeIsRelativeCBToolTipText = i18n("Font size
fixed or relative
to environment"); TQString sizeIsRelativeCBWhatsThisText = - i18n("Here you can switch between fixed a font size and a font size " + i18n("Here you can switch between a fixed font size and a font size " "to be calculated dynamically and adjusted to any changing " "environment (e.g. widget dimensions, paper size)." ); sizeIsRelativeCheckBox = new TQCheckBox( sizeIsRelativeCBText, -- cgit v1.2.1