summaryrefslogtreecommitdiff
path: root/defaults
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2016-11-04 07:28:42 +0000
committerAurélien COUDERC <zecoucou@free.fr>2016-11-04 07:28:42 +0000
commitd19cec47e3856b24d7a40570826f72cfbd16d2da (patch)
tree26b8dc293aafc2416d8dadd614af590ac6a4bc3c /defaults
parentc0d59e041b187728daacb7cb486849b0f3daad83 (diff)
Update comments for plasma 5 default wallpaper script v2
Diffstat (limited to 'defaults')
-rw-r--r--defaults/plasma5/desktop-base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/plasma5/desktop-base.js b/defaults/plasma5/desktop-base.js
index a98cc31..8135f9d 100644
--- a/defaults/plasma5/desktop-base.js
+++ b/defaults/plasma5/desktop-base.js
@@ -25,7 +25,7 @@ for (i in d) {
d[i].currentConfigGroup = Array('Wallpaper', 'org.kde.image', 'General')
if (!d[i].readConfig('Image')) {
// Only set up the wallpaper if the wallpaper image is empty (=default).
- // Otherwise it means the user select a picture and we don’t want to override that.
+ // Otherwise it means the user selected a picture and we don’t want to override that.
d[i].writeConfig('Image', 'DebianTheme');
}
}