Page MenuHomeWildfire Games

[gui] correct gamesetup tabs
ClosedPublic

Authored by Nescio on Feb 4 2020, 5:28 PM.

Details

Reviewers
bb
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rP23721: Correct tooltips of gamesetupSettingsTabs
Summary

Apparently “up” and “down” are confusing terms. At least in the game setup, the Tab hotkeys do the opposite of what the tooltip suggests. This patch improves the function names and the tooltip strings.
Before:


After:

Test Plan

Launch the game, open the match setup, click on Map/Player/Game Type, read the tooltip, press the hotkey (Tab), and observe what happens.
Apply the patch and repeat the above.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Nescio created this revision.Feb 4 2020, 5:28 PM
Owners added a subscriber: Restricted Owners Package.Feb 4 2020, 5:28 PM
Vulcan added a comment.Feb 4 2020, 5:34 PM

Successful build - Chance fights ever on the side of the prudent.

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/1707/display/redirect

elexis added a comment.Feb 4 2020, 5:50 PM

I agree with the proposed string changes being a more clear description, but I wonder where we transifex is in translation coverage currently (whether they keep up with translations as fast as we introduce or change strings).

binaries/data/mods/public/gui/gamesetup/Pages/GameSetupPage/Panels/GameSettingsTabs.js
85 ↗(On Diff #11266)

You are correct, in this line up should be prev, not next (and next prev), from rP23374. (And the order in which they the tooltips were printed is correct.)

Nescio added a comment.Feb 4 2020, 6:17 PM

I wonder where we transifex is in translation coverage currently

https://www.transifex.com/wildfire-games/0ad/

bb accepted this revision.May 31 2020, 11:14 PM
bb added a subscriber: bb.
bb added inline comments.
binaries/data/mods/public/gui/gamesetup/Pages/GameSetupPage/Panels/GameSettingsTabs.js
15–16 ↗(On Diff #11266)

I think these two should be interchanged

This revision is now accepted and ready to land.May 31 2020, 11:14 PM
This revision was automatically updated to reflect the committed changes.