diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2022-02-11 21:30:53 +0300 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-12 12:11:45 +0900 |
commit | 5698cf36cb803aed1650d9394b097acb47cc4de7 (patch) | |
tree | 27da8318b53abe31ec5c962950d0b4d03dd47c83 | |
parent | 1d9e48f087f317f37284cfecba2a7787a45d316c (diff) | |
download | digikam-5698cf36cb803aed1650d9394b097acb47cc4de7.tar.gz digikam-5698cf36cb803aed1650d9394b097acb47cc4de7.zip |
Fix a typo
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 2b9140b7a66b64e93beb7346b6a41dfe980924ca)
-rw-r--r-- | digikam/imageplugins/inserttext/fontchooserwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/inserttext/fontchooserwidget.cpp b/digikam/imageplugins/inserttext/fontchooserwidget.cpp index 7b0dfca..c4cd0c8 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<br><i>fixed</i> or <i>relative</i><br>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, |