[Scummvm-git-logs] scummvm-web master -> b4321a613bc7f7f4efae5466d07299f2a0562ce6

Thunderforge noreply at scummvm.org
Mon Sep 19 01:26:43 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:
b4321a613b WEB: Simplifying "Development" category (#262)


Commit: b4321a613bc7f7f4efae5466d07299f2a0562ce6
    https://github.com/scummvm/scummvm-web/commit/b4321a613bc7f7f4efae5466d07299f2a0562ce6
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-09-18T20:26:41-05:00

Commit Message:
WEB: Simplifying "Development" category (#262)

Having two different links going to two separate sections of the GitHub page is a bit redundant.

This is probably a holdover from before pull requests were submitted to GitHub and the source code was in Sourceforge.

Changed paths:
    data/en/menus.yaml
    data/en/strings.json


diff --git a/data/en/menus.yaml b/data/en/menus.yaml
index cf3adfb2..0d10be81 100644
--- a/data/en/menus.yaml
+++ b/data/en/menus.yaml
@@ -31,8 +31,6 @@
       href: 'https://wiki.scummvm.org/index.php?title=Developer_Central'
     - name: '{#menuDevelopmentBugTracker#}'
       href: 'https://bugs.scummvm.org/'
-    - name: '{#menuDevelopmentPullRequests#}'
-      href: 'https://github.com/scummvm/scummvm/pulls'
     - name: '{#menuDevelopmentTranslations#}'
       href: 'https://translations.scummvm.org/projects/'
     - name: '{#menuDevelopmentDailies#}'
diff --git a/data/en/strings.json b/data/en/strings.json
index 51c0f166..38041c0e 100644
--- a/data/en/strings.json
+++ b/data/en/strings.json
@@ -157,10 +157,9 @@
   "menuMiscCredits": "Credits",
   "menuHeaderDevelopmentDevelopment": "Development",
   "menuDevelopmentBugTracker": "Bug Tracker",
-  "menuDevelopmentPullRequests": "Pull Requests",
   "menuDevelopmentTranslations": "Translations",
   "menuDevelopmentDailies": "Daily Builds",
-  "menuDevelopmentSourceCode": "Source Code Tree",
+  "menuDevelopmentSourceCode": "GitHub",
   "menuDevelopmentBuildbot": "Buildbot",
   "menuDevelopmentDoxygen": "API Reference",
   "menuDevelopmentDeveloperCentral": "Developer Central",




More information about the Scummvm-git-logs mailing list