Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
(branche 0_3)
Browse files Browse the repository at this point in the history
#21: English boolean translations inverted
- Resources/translations/metaclass_auth_guard.en.yml corrected
  • Loading branch information
metaclass-nl committed Jan 13, 2016
1 parent 79cd69a commit b62eb51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Resources/doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,7 @@ Corrected documentation
- Resources/doc/Installation.md
9. The user interface for user administrators
removed 'experimental', added info on enabling translation
---------------------------------------------
(branche 0_3)
#21: English boolean translations inverted
- Resources/translations/metaclass_auth_guard.en.yml corrected
4 changes: 2 additions & 2 deletions Resources/translations/metaclass_auth_guard.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ relativeDate:
days: days

boolean:
0: Yes
1: No
0: No
1: Yes

0 comments on commit b62eb51

Please sign in to comment.