Skip to content

Commit

Permalink
fixed syntax error in pofix and "problem"
Browse files Browse the repository at this point in the history
note: please do only enter "Part of the string", not the full strings.
The text in the po files is broken into parts and full strings, with
missing newlines, will not cause matches for the string.
  • Loading branch information
ivanovic authored and GregoryLundberg committed Nov 30, 2017
1 parent d867a16 commit 9f78f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/pofix.py
Expand Up @@ -91,9 +91,8 @@
("Second, who you most", "Second, whom you most"),
# fix added in 1.11.16+dev
("Who then is your leader? Who do we serve?", "Who then is your leader? Whom do we serve?"),
),
# fix added in 1.13.10+dev
("Then you should look to the north and east. But, if you would, might we ask your assistance.", "Then you should look to the north and east. But, if you would, might we ask your assistance?"),
("might we ask your assistance.", "might we ask your assistance?"),
),

"wesnoth-low" : (
Expand Down

0 comments on commit 9f78f61

Please sign in to comment.