Skip to content

Commit f569d71

Browse files
authored
backgrounds: Add 'wallpaper' to keywords (#13755)
Updates the backgrounds .desktop file to include 'wallpaper' in its keywords. This improves searchability in the menu, as users often use this term interchangeably with 'background'.
1 parent a9476d4 commit f569d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Module:
166166
comment = _("Change your desktop's background")
167167

168168
def __init__(self, content_box):
169-
keywords = _("background, picture, slideshow")
169+
keywords = _("background, picture, slideshow, wallpaper")
170170
self.sidePage = SidePage(_("Backgrounds"), "cs-backgrounds", keywords, content_box, module=self)
171171

172172
def on_module_selected(self):

0 commit comments

Comments
 (0)