[Scummvm-git-logs] scummvm-web master -> 8256d8d7d17df6d8e8618c0b984a2f9fb432ea68
Thunderforge
noreply at scummvm.org
Sun Mar 6 20:40:08 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
8256d8d7d1 WEB: Changing menu link from "Games" to "Freeware Games" (#208)
Commit: 8256d8d7d17df6d8e8618c0b984a2f9fb432ea68
https://github.com/scummvm/scummvm-web/commit/8256d8d7d17df6d8e8618c0b984a2f9fb432ea68
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-03-06T14:40:05-06:00
Commit Message:
WEB: Changing menu link from "Games" to "Freeware Games" (#208)
"Games" could refer to either
* Games that are freeware
* Games supported by ScummVM (i.e. Compatibility)
Additionally, it doesn't refer to Addons.
Changing to "Freeware Games & Addons" to avoid this ambiguity.
Changed paths:
data/en/menus.yaml
data/en/strings.json
diff --git a/data/en/menus.yaml b/data/en/menus.yaml
index 04c7eb0a..cf3adfb2 100644
--- a/data/en/menus.yaml
+++ b/data/en/menus.yaml
@@ -9,7 +9,7 @@
href: 'https://forums.scummvm.org/'
- name: '{#menuMainDownloads#}'
href: /downloads/
- - name: '{#menuMainGames#}'
+ - name: '{#menuMainFreewareGames#}'
href: /games/
- name: '{#menuMainBlogs#}'
href: 'https://planet.scummvm.org'
diff --git a/data/en/strings.json b/data/en/strings.json
index 2c251e27..93faa58c 100644
--- a/data/en/strings.json
+++ b/data/en/strings.json
@@ -147,7 +147,7 @@
"menuMainScreenshots": "Screenshots",
"menuMainForums": "Forums",
"menuMainDownloads": "Downloads",
- "menuMainGames": "Games",
+ "menuMainFreewareGames": "Freeware Games & Addons",
"menuMainBlogs": "ScummVM Blogs",
"menuHeaderDocumentation": "Documentation",
"menuDocumentationFaq": "F.A.Q.",
More information about the Scummvm-git-logs
mailing list