We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c9a68 commit beeec3eCopy full SHA for beeec3e
1 file changed
bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py
@@ -510,6 +510,7 @@ def _get_replacements(self):
510
},
511
{
512
"app_id": "firewall-config",
513
+ "app_name": _("Advanced Firewall Settings"),
514
"app_categories": "Network",
515
516
@@ -953,7 +954,7 @@ def _get_replacements(self):
953
954
955
956
"app_id": "org.kde.kwalletmanager",
- "app_name": _("KWalletManager"),
957
+ "app_name": _("Password Manager - KWalletManager"),
958
"app_exec": "kwalletmanager5",
959
"app_description": _("Tool for managing KDE wallets"),
960
"app_icon": "kwalletmanager",
0 commit comments