Lua Editor: Prev Document Tab option from the View menu is misspelled #7345 (#7402)

Signed-off-by: suryanshsangwan <sangwansuryansh@gmail.com>
monroegm-disable-blank-issue-2
SuryanshSangwan 4 years ago committed by GitHub
parent 69c8ebd7fb
commit 58f4a5259a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,7 @@ namespace LUAEditor
m_settingsDialog = aznew LUAEditorSettingsDialog(this); m_settingsDialog = aznew LUAEditorSettingsDialog(this);
actionTabForwards = new QAction(tr("Next Document Tab"), 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")); actionTabForwards->setShortcut(QKeySequence("Ctrl+Tab"));
connect(actionTabForwards, SIGNAL(triggered(bool)), this, SLOT(OnTabForwards())); connect(actionTabForwards, SIGNAL(triggered(bool)), this, SLOT(OnTabForwards()));

Loading…
Cancel
Save