diff --git a/Code/Tools/LuaIDE/Source/LUA/LUAEditorMainWindow.cpp b/Code/Tools/LuaIDE/Source/LUA/LUAEditorMainWindow.cpp index 776e290042..6441ad2d56 100644 --- a/Code/Tools/LuaIDE/Source/LUA/LUAEditorMainWindow.cpp +++ b/Code/Tools/LuaIDE/Source/LUA/LUAEditorMainWindow.cpp @@ -108,7 +108,7 @@ namespace LUAEditor m_settingsDialog = aznew LUAEditorSettingsDialog(this); actionTabForwards = new QAction(tr("Next Document Tab"), this); - actionTabBackwards = new QAction(tr("Prev Document Tab"), this); + actionTabBackwards = new QAction(tr("Previous Document Tab"), this); actionTabForwards->setShortcut(QKeySequence("Ctrl+Tab")); connect(actionTabForwards, SIGNAL(triggered(bool)), this, SLOT(OnTabForwards()));