modxcms / revolution

MODX Revolution - Content Management Framework
https://modx.com/
GNU General Public License v2.0
1.36k stars 529 forks source link

Issue: Typo on label for Template Variable> Input Options #13776

Closed chrisdempsey closed 6 years ago

chrisdempsey commented 6 years ago

Summary

Just a typo.

Step to reproduce

Edit or create a Template Variable. The label for Input Option Values has a typo.

Observed behavior

At the end of the line the Input Options Label reads: White==#000000||Black==#ffffff

Expected behavior

Should read White==#ffffff||Black==#000000

Environment

MODX Revolution 2.6.1-pl

Mark-H commented 6 years ago

Nice find.

Care to send a pull request? :) Looks like it's defined here: https://github.com/modxcms/revolution/blob/2.x/core/lexicon/en/default.inc.php#L493

Normally translations are managed through crowdin but English is the exception as it's the source language; that one is managed through pull requests.

chrisdempsey commented 6 years ago

Pull request created (on second attempt, I need to learn to start using Github properly).

Mark-H commented 6 years ago

Fixed in 2.7!