LYN-4251 fix confusing material component menu options

This commit is contained in:
guthadam
2021-06-16 22:57:20 -05:00
parent 1097cb7ce3
commit 58d516688f
3 changed files with 13 additions and 18 deletions
@@ -104,7 +104,7 @@ namespace AZ
// Constructing a dialog with a table to display all configurable material export items
QDialog dialog(activeWindow);
dialog.setWindowTitle("Generate Source Materials");
dialog.setWindowTitle("Generate/Manage Source Materials");
const QStringList headerLabels = { "Material Slot", "Material Filename", "Overwrite" };
const int MaterialSlotColumn = 0;