diff options
| author | Mageia Dev <dev@ml.mageia.org> | 2025-07-03 06:59:22 +0200 |
|---|---|---|
| committer | Mageia Dev <dev@ml.mageia.org> | 2025-07-03 06:59:22 +0200 |
| commit | e63a2a19d52cc2ba0e6e119ac36e20cc2a6e3de4 (patch) | |
| tree | 07fc627d773c2ef994c0b46a25cd272ba08c8d2b /src/AppList.py | |
| parent | fb612b5680d765182c813c95f03fc2787a7331cf (diff) | |
| download | mageiawelcome-e63a2a19d52cc2ba0e6e119ac36e20cc2a6e3de4.tar mageiawelcome-e63a2a19d52cc2ba0e6e119ac36e20cc2a6e3de4.tar.gz mageiawelcome-e63a2a19d52cc2ba0e6e119ac36e20cc2a6e3de4.tar.bz2 mageiawelcome-e63a2a19d52cc2ba0e6e119ac36e20cc2a6e3de4.tar.xz mageiawelcome-e63a2a19d52cc2ba0e6e119ac36e20cc2a6e3de4.zip | |
More typos
Diffstat (limited to 'src/AppList.py')
| -rw-r--r-- | src/AppList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AppList.py b/src/AppList.py index dd7be2e..a667320 100644 --- a/src/AppList.py +++ b/src/AppList.py @@ -27,7 +27,7 @@ AppList = [ { "group": "internet featured", "description": _("AppList", "Next-generation web browser"), "title": "Firefox", "name": "firefox", "command": "firefox", "repo": "", "icon": "img/firefox.png"}, { "group": "internet", "description": _("AppList", "Lightweight but feature rich bittorrent client"), "title": "Qbittorrent", "name": "qbittorrent", "command": "qbittorrent", "repo": "", "icon": "img/qbittorrent.png"}, { "group": "internet", "description": _("AppList", "Fast Webbrowser"), "title": "Chromium", "name": "chromium-browser", "command": "chromium-browser", "repo": "", "icon": "img/chromium.png"}, - { "group": "internet", "description": _("AppList", "E-mailnews and RSS client"), "title": "Thunderbird", "name": "thunderbird", "command": "thunderbird", "repo": "", "icon": "img/thunderbird.png"}, + { "group": "internet", "description": _("AppList", "E-mail, news and RSS client"), "title": "Thunderbird", "name": "thunderbird", "command": "thunderbird", "repo": "", "icon": "img/thunderbird.png"}, { "group": "internet", "description": _("AppList", "Fast e-mail client"), "title": "Claws Mail", "name": "claws-mail", "command": "claws-mail", "repo": "", "icon": "img/claws-mail.png"}, { "group": "video featured", "description": _("AppList", "Media Player"), "title": "Smplayer", "name": "smplayer", "command": "smplayer", "repo": "", "icon": "img/smplayer.png"}, { "group": "video", "description": _("AppList", "A non-linear video editing application"), "title": "Kdenlive", "name": "kdenlive", "command": "kdenlive", "repo": "", "icon": "img/kdenlive.png"}, |
