Skip to content

Commit beeec3e

Browse files
committed
Fix some names
1 parent 47c9a68 commit beeec3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils

bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ def _get_replacements(self):
510510
},
511511
{
512512
"app_id": "firewall-config",
513+
"app_name": _("Advanced Firewall Settings"),
513514
"app_categories": "Network",
514515
},
515516
{
@@ -953,7 +954,7 @@ def _get_replacements(self):
953954
},
954955
{
955956
"app_id": "org.kde.kwalletmanager",
956-
"app_name": _("KWalletManager"),
957+
"app_name": _("Password Manager - KWalletManager"),
957958
"app_exec": "kwalletmanager5",
958959
"app_description": _("Tool for managing KDE wallets"),
959960
"app_icon": "kwalletmanager",

0 commit comments

Comments
 (0)