From 2c3c98add77aace68499ec137ec9f43adb3565f1 Mon Sep 17 00:00:00 2001 From: T1ti <40864460+T1ti@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:07:25 +0200 Subject: [PATCH] adspartan: mapview: make some labels more descriptive --- src/noggit/MapView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/noggit/MapView.cpp b/src/noggit/MapView.cpp index db29f876..0926ea83 100755 --- a/src/noggit/MapView.cpp +++ b/src/noggit/MapView.cpp @@ -1951,7 +1951,7 @@ void MapView::setupAssistMenu() assist_menu->addAction(createTextSeparator("Loaded ADTs")); assist_menu->addSeparator(); ADD_ACTION_NS ( assist_menu - , "Fix gaps" + , "Fix terrain gaps between chunks" , [this] { makeCurrent(); @@ -1978,7 +1978,7 @@ void MapView::setupAssistMenu() assist_menu->addAction(createTextSeparator("Global")); assist_menu->addSeparator(); ADD_ACTION_NS ( assist_menu - , "Map to big alpha" + , "Convert Map to 8bits alphamaps" , [this] { DESTRUCTIVE_ACTION @@ -2004,7 +2004,7 @@ void MapView::setupAssistMenu() ); ADD_ACTION_NS ( assist_menu - , "Map to old alpha" + , "Convert Map to 4bits alphamaps (old format)" , [this] { DESTRUCTIVE_ACTION