From kde-commits Thu Jul 31 21:08:03 2014 From: =?utf-8?b?THVrw6HFoSBUaW5rbA==?= Date: Thu, 31 Jul 2014 21:08:03 +0000 To: kde-commits Subject: [plasma-workspace/Plasma/5.0] wallpapers/image/imagepackage/contents/ui: missing i18n() Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=140684089117838 Git commit a96cb60a7b9a8bb0e611d595b87774ef7b833a6a by Luk=C3=A1=C5=A1 Tink= l. Committed on 31/07/2014 at 21:07. Pushed by lukas into branch 'Plasma/5.0'. missing i18n() M +1 -1 wallpapers/image/imagepackage/contents/ui/ColorPicker.qml http://commits.kde.org/plasma-workspace/a96cb60a7b9a8bb0e611d595b87774ef7b8= 33a6a diff --git a/wallpapers/image/imagepackage/contents/ui/ColorPicker.qml b/wa= llpapers/image/imagepackage/contents/ui/ColorPicker.qml index 3413a41..017029b 100644 --- a/wallpapers/image/imagepackage/contents/ui/ColorPicker.qml +++ b/wallpapers/image/imagepackage/contents/ui/ColorPicker.qml @@ -77,7 +77,7 @@ Column { spacing: units.largeSpacing / 2 + 2 QtControls.Label { anchors.verticalCenter: colorRect.verticalCenter - text: "Background Color:" + text: i18nd("plasma_applet_org.kde.image", "Background Color:") } Rectangle { id: colorRect