Git commit d67f70afafa6224397cc7c8854e46fb674d47c63 by Adri?n Chaves Fern?ndez (Gallaecio). Committed on 08/06/2013 at 14:14. Pushed by adrianchavesfernandez into branch 'master'.
Added a missing space to a string. BUG: 320891 GUI: M +1 -1 utilities/setup/setupmetadata.cpp http://commits.kde.org/digikam/d67f70afafa6224397cc7c8854e46fb674d47c63 diff --git a/utilities/setup/setupmetadata.cpp b/utilities/setup/setupmetadata.cpp index 1f08976..80fc04c 100644 --- a/utilities/setup/setupmetadata.cpp +++ b/utilities/setup/setupmetadata.cpp @@ -212,7 +212,7 @@ SetupMetadata::SetupMetadata(QWidget* const parent) "template in the XMP and the IPTC tags. " "You can set template values to Template setup page.")); d->saveFaceTags = new QCheckBox; - d->saveFaceTags->setText(i18nc("@option:check", "Face Tags(including face rectangles)")); + d->saveFaceTags->setText(i18nc("@option:check", "Face Tags (including face rectangles)")); d->saveFaceTags->setWhatsThis(i18nc("@info:whatsthis", "Turn on this option to store face tags " "with face rectangles in the XMP tags."));
