OSDN Git Service

[Fix] 39548 backwardsEric氏の報告による、英語版における店のアイテム記述を修正 / Fixed store's page indicator...
authorHourier <hourier@users.sourceforge.jp>
Fri, 24 Jan 2020 14:50:11 +0000 (23:50 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 24 Jan 2020 14:50:11 +0000 (23:50 +0900)
src/store.c

index 26c08f6..8300683 100644 (file)
@@ -3656,7 +3656,7 @@ static void display_store_inventory(player_type *player_ptr)
 #ifdef JP
        put_str("          ", 5, 20);
 #else
-       put_str("        ", 5, 20);
+       put_str("        ", 5, 22);
 #endif
 
        /* Visual reminder of "more items" */
@@ -3667,7 +3667,7 @@ static void display_store_inventory(player_type *player_ptr)
 
                /* Indicate the "current page" */
                /* Trailing spaces are to display (Page xx) and (Page x) */
-               put_str(format(_("(%dページ)  ", "(Page %d)  "), store_top/store_bottom + 1), 5, 20);
+               put_str(format(_("(%dページ)  ", "(Page %d)  "), store_top / store_bottom + 1), 5, _(20, 22));
        }
 
        if (cur_store_num == STORE_HOME || cur_store_num == STORE_MUSEUM)