• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision5dc3ef530b2130cb721b215367a13837c7e30b0a (tree)
Time2013-02-03 03:17:05
Authorhabu <habu@0568...>
Commiterhabu

Log Message

Fix the Dragon Cloth's activation message format of English version

Change Summary

Incremental Difference

--- a/src/artifact.c
+++ b/src/artifact.c
@@ -3651,7 +3651,7 @@ bool activate_random_artifact(object_type *o_ptr)
36513651 o_ptr = &o_list[o_idx];
36523652
36533653 object_desc(o_name, o_ptr, OD_NAME_ONLY);
3654- msg_format(_("%sを脱ぎ捨てた。", "You cast off %d."), o_name);
3654+ msg_format(_("%sを脱ぎ捨てた。", "You cast off %s."), o_name);
36553655
36563656 /* Get effects */
36573657 msg_print(_("「燃え上がれ俺の小宇宙!」", "You say, 'Burn up my cosmo!"));
Show on old repository browser