X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Finventory%2Fitem-getter.c;h=40f33c1770aa263957a7444e411fc0f9704986bd;hb=da7beedf12742d4eaf5d5b8e3113e2e1ee548b01;hp=5334f58e14fdf42264ef4c737086d4c50dd98bb9;hpb=7f89e100093fe4e831c5237e7f91d6593ae9cca9;p=hengband%2Fhengband.git diff --git a/src/inventory/item-getter.c b/src/inventory/item-getter.c index 5334f58e1..40f33c177 100644 --- a/src/inventory/item-getter.c +++ b/src/inventory/item-getter.c @@ -335,7 +335,7 @@ bool get_item(player_type *owner_ptr, OBJECT_IDX *cp, concptr pmt, concptr str, } if (item_selection_ptr->allow_floor) - strcat(item_selection_ptr->out_val, _(" '-'床上,", " - for item_selection_ptr->floor,")); + strcat(item_selection_ptr->out_val, _(" '-'床上,", " - for floor,")); if (item_selection_ptr->mode & USE_FORCE) strcat(item_selection_ptr->out_val, _(" 'w'練気術,", " w for the Force,"));