Git commit 3b0a6fb2401b30c3d5f0f756af54752ddfde6b41 by Luk=C3=A1=C5=A1 Tink= l. Committed on 31/07/2014 at 21:07. Pushed by lukas into branch 'master'. missing i18n() M +1 -1 wallpapers/image/imagepackage/contents/ui/ColorPicker.qml http://commits.kde.org/plasma-workspace/3b0a6fb2401b30c3d5f0f756af54752ddfd= e6b41 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