[wesnoth-commits] [wesnoth/wesnoth] fa1f4f: save_index: Move a space out of a translatable str...

jostephd noreply at github.com
Mon Sep 30 18:00:22 UTC 2019


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: fa1f4ff48977b23407e142a6466c18c7d4a4103a
      https://github.com/wesnoth/wesnoth/commit/fa1f4ff48977b23407e142a6466c18c7d4a4103a
  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