diff --git a/Telegram/Resources/icons/menu/craft_random.svg b/Telegram/Resources/icons/menu/craft_random.svg new file mode 100644 index 0000000000..afaf213c10 --- /dev/null +++ b/Telegram/Resources/icons/menu/craft_random.svg @@ -0,0 +1,7 @@ + + + Icon / Menu / craft_random + + + + \ No newline at end of file diff --git a/Telegram/Resources/icons/menu/craft_tools.svg b/Telegram/Resources/icons/menu/craft_tools.svg new file mode 100644 index 0000000000..db111821bd --- /dev/null +++ b/Telegram/Resources/icons/menu/craft_tools.svg @@ -0,0 +1,7 @@ + + + Icon / Menu / craft_tools + + + + \ No newline at end of file diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index 54143789b9..5b82702fa2 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -4100,10 +4100,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_gift_locked_title" = "Gift Locked"; "lng_gift_craft_info_title" = "Gift Crafting"; "lng_gift_craft_info_about" = "Use your existing gifts to craft new ones."; -"lng_gift_craft_combine_title" = "Combine Gifts"; +"lng_gift_craft_combine_title" = "New Models"; "lng_gift_craft_combine_about" = "Add up to 4 NFT Gifts to attempt crafting a new upgraded model."; "lng_gift_craft_input_title" = "Input Matters"; -"lng_gift_craft_input_about" = "Each craft has a success chance. Better combinations improve the outcome."; +"lng_gift_craft_input_about" = "Combine more gifts to improve your success chance."; "lng_gift_craft_exclusive_title" = "Exclusive Look"; "lng_gift_craft_exclusive_about" = "Reforge gifts into a rarer collectibles with a new look."; "lng_gift_craft_start_button" = "Start Crafting"; diff --git a/Telegram/SourceFiles/boxes/star_gift_craft_box.cpp b/Telegram/SourceFiles/boxes/star_gift_craft_box.cpp index 78d1c8d7b4..5c0bc8d34e 100644 --- a/Telegram/SourceFiles/boxes/star_gift_craft_box.cpp +++ b/Telegram/SourceFiles/boxes/star_gift_craft_box.cpp @@ -1163,12 +1163,12 @@ void ShowGiftCraftInfoBox( const auto features = std::vector{ { - st::menuIconNftWear, + st::menuIconTools, tr::lng_gift_craft_combine_title(tr::now), tr::lng_gift_craft_combine_about(tr::now, tr::rich), }, { - st::menuIconTradable, + st::menuIconCraftTraits, tr::lng_gift_craft_input_title(tr::now), tr::lng_gift_craft_input_about(tr::now, tr::marked), }, diff --git a/Telegram/SourceFiles/ui/menu_icons.style b/Telegram/SourceFiles/ui/menu_icons.style index e286415c76..6c365d3343 100644 --- a/Telegram/SourceFiles/ui/menu_icons.style +++ b/Telegram/SourceFiles/ui/menu_icons.style @@ -198,6 +198,8 @@ menuIconStarsRefund: icon {{ "menu/auction_refund", menuIconColor }}; menuIconStarsCarryover: icon {{ "menu/auction_carry", menuIconColor }}; menuIconTon: icon{{ "payments/ton_emoji-18x18", menuIconColor, point(3px, 2px) }}; menuIconReorder: icon{{ "menu/reorder-24x24", menuIconColor }}; +menuIconTools: icon{{ "menu/craft_tools-24x24", menuIconColor }}; +menuIconCraftTraits: icon{{ "menu/craft_random-24x24", menuIconColor }}; menuIconTTLAny: icon {{ "menu/auto_delete_plain", menuIconColor }}; menuIconTTLAnyTextPosition: point(11px, 22px);