The configuration checkbox for translation status is incorrectly labeled "Published". It should be "Is outdated".
I'll post a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views_342322.patch | 661 bytes | drewish |
The configuration checkbox for translation status is incorrectly labeled "Published". It should be "Is outdated".
I'll post a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views_342322.patch | 661 bytes | drewish |
Comments
Comment #1
merlinofchaos commentedIs outdated seems weak as a UI label. We can reverse the true/false values if we want to use something else like "Current" or whatever.
Comment #2
nedjoAgreed, "Is outdated" doesn't work. What do you think of "Needs updating"? It would allow us to keep with the value in the db (1 if it needs to be updated). Otherwise, yes, we could reverse the true/false and use "Current".
Comment #3
drewish commentedI think just "Outdated" would work... and i'll raise you a patch.
Comment #4
merlinofchaos commentedCommitted! Thanks!