[Commits] [wesnoth/wesnoth] 53855d: Fix strings using _n in attack_type.cpp

GitHub noreply at github.com
Sat Feb 11 17:40:58 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 53855d0dec9aaa8ae47ad1722882f5602c8996e2
      https://github.com/wesnoth/wesnoth/commit/53855d0dec9aaa8ae47ad1722882f5602c8996e2
  Author: GunChleoc <fios at foramnagaidhlig.net>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Fix strings using _n in attack_type.cpp

- Replace _n with vngettext in attack_type.cpp to get rid of hard-coded
word order.
- Set_dame now uses set_damage rather than increase_damage
- Add missing utils::print_modifier to increase_movement


  Commit: e6f107c80eaa8fd97f7427671fee7e6c8d05a66c
      https://github.com/wesnoth/wesnoth/commit/e6f107c80eaa8fd97f7427671fee7e6c8d05a66c
  Author: GunChleoc <fios at foramnagaidhlig.net>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Replace _ with vgettext in attack_type.cpp

Replace _ with vgettext in attack_type.cpp to get rid of hard-coded word
order.


  Commit: 89feb17ae798c606fcbbe0d43b542360ae774a21
      https://github.com/wesnoth/wesnoth/commit/89feb17ae798c606fcbbe0d43b542360ae774a21
  Author: GunChleoc <fios at foramnagaidhlig.net>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Code cleanup


  Commit: 99c5957e5b8b2300e1e8c1168d64a8ace6f36c66
      https://github.com/wesnoth/wesnoth/commit/99c5957e5b8b2300e1e8c1168d64a8ace6f36c66
  Author: GunChleoc <fios at foramnagaidhlig.net>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Smaller indents


  Commit: 2524f0014d7596910424e09b6b3fd787450632a4
      https://github.com/wesnoth/wesnoth/commit/2524f0014d7596910424e09b6b3fd787450632a4
  Author: GunChleoc <fios at foramnagaidhlig.net>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Renamed placeholders


  Commit: 80cd0175ff2cf28225ead33b3abe601f18694a9c
      https://github.com/wesnoth/wesnoth/commit/80cd0175ff2cf28225ead33b3abe601f18694a9c
  Author: Celtic Minstrel <CelticMinstrel at users.noreply.github.com>
  Date:   2017-02-11 (Sat, 11 Feb 2017)

  Changed paths:
    M src/units/attack_type.cpp

  Log Message:
  -----------
  Merge pull request #928 from gunchleoc/gunchleoc_i18n

Fixed hard-coded word order in attack_type::describe_modification


Compare: https://github.com/wesnoth/wesnoth/compare/a3f377a38bc6...80cd0175ff2c


More information about the Commits mailing list