[wesnoth-commits] [wesnoth/wesnoth] 5bbc7a: save_index: Move a space out of a translatable str...
jostephd
noreply at github.com
Mon Sep 30 17:59:13 UTC 2019
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 5bbc7a6c7c1fe1f8744d96112d420fe1151911d3
https://github.com/wesnoth/wesnoth/commit/5bbc7a6c7c1fe1f8744d96112d420fe1151911d3
Author: josteph <josteph at fastmail.com>
Date: 2019-09-30 (Mon, 30 Sep 2019)
Changed paths:
M src/save_index.cpp
Log Message:
-----------
save_index: Move a space out of a translatable string.
The string _("replay") is already used elsewhere, so this prevents two kinds of bugs from
happening:
- Translating _("replay") and _(" replay") differently
- Translating _(" replay") without the leading space
14 po files got this wrong in one way or another.
More information about the Commits
mailing list