Skip to content

Commit 1e038b0

Browse files
germanfrclefebvre
authored andcommitted
Add "Internet" and "WiFi" keywords to the network settings entry (#213)
These are more likely what people will search.
1 parent 8c1b02a commit 1e038b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generate_additional_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
OnlyShowIn=X-Cinnamon;
6767
X-Cinnamon-Settings-Panel=network
6868
# Translators: those are keywords for the network control-center panel
69-
_Keywords=Network;Wireless;IP;LAN;Proxy;
69+
_Keywords=Network;Wireless;IP;LAN;Proxy;Internet;WiFi;
7070
"""
7171

7272
additionalfiles.generate(DOMAIN, PATH, "./panels/network/cinnamon-network-panel.desktop.in.in", prefix, _("Network"), _("Network settings"), "")

panels/network/cinnamon-network-panel.desktop.in.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Categories=GTK;Settings;HardwareSettings;X-Cinnamon-Settings-Panel;
88
OnlyShowIn=X-Cinnamon;
99
X-Cinnamon-Settings-Panel=network
1010
# Translators: those are keywords for the network control-center panel
11-
_Keywords=Network;Wireless;IP;LAN;Proxy;
11+
_Keywords=Network;Wireless;IP;LAN;Proxy;Internet;WiFi;
1212
Name=Network
1313
Name[am]=ኔትዎርክ
1414
Name[ar]=الشبكة

0 commit comments

Comments
 (0)