From 9e07606afcbb35842fa5472e5ac04dbae6b9e5ca Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 21 Sep 2016 20:58:14 +0300 Subject: Allow assign key to action "Copy outfit to chat" --- src/input/pages/outfits.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/input') diff --git a/src/input/pages/outfits.cpp b/src/input/pages/outfits.cpp index 7ac367944..9fd6af90c 100644 --- a/src/input/pages/outfits.cpp +++ b/src/input/pages/outfits.cpp @@ -38,19 +38,25 @@ SetupActionData setupActionDataOutfits[] = }, { // TRANSLATORS: input action name - N_("Wear Outfit"), + N_("Wear outfit"), InputAction::WEAR_OUTFIT, "", }, { // TRANSLATORS: input action name - N_("Copy Outfit"), + N_("Copy Outfit to other outfit"), InputAction::COPY_OUTFIT, "", }, { // TRANSLATORS: input action name - N_("Copy equipped to Outfit"), + N_("Copy outfit to chat"), + InputAction::COPY_OUTFIT_TO_CHAT, + "", + }, + { + // TRANSLATORS: input action name + N_("Copy equipped to outfit"), InputAction::COPY_EQUIPED_OUTFIT, "", }, -- cgit v1.2.3-70-g09d2