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