From 17c289a400e9e3061cad4c534ffbdadfc1459368 Mon Sep 17 00:00:00 2001 From: Qrox Date: Thu, 23 Jul 2020 15:31:58 +0800 Subject: [PATCH] Fix typos in advanced_inv.cpp --- src/advanced_inv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/advanced_inv.cpp b/src/advanced_inv.cpp index 05a2db48cb938..21f9c52300e92 100644 --- a/src/advanced_inv.cpp +++ b/src/advanced_inv.cpp @@ -852,11 +852,11 @@ bool advanced_inventory::move_all_items( bool nested_call ) map &here = get_map(); if( spane.get_area() == AIM_INVENTORY || spane.get_area() == AIM_WORN ) { if( dpane.get_area() == AIM_INVENTORY ) { - popup( _( "You try to put you bags into themselves, but physics won't let you." ) ); + popup( _( "You try to put your bags into themselves, but physics won't let you." ) ); return false; } else if( dpane.get_area() == AIM_WORN ) { // TODO: implement this - popup( _( "Putting on everything from you inventory would be tricky." ) ); + popup( _( "Putting on everything from your inventory would be tricky." ) ); return false; } else if( dpane.get_area() == AIM_CONTAINER ) { // TODO: implement this