Renamed menu View->Views to View->Panels

This commit is contained in:
Yorik van Havre 2015-12-28 12:02:20 -02:00
parent 86f0454414
commit 83954da5cf

View File

@ -287,10 +287,10 @@ StdCmdDockViewMenu::StdCmdDockViewMenu()
: Command("Std_DockViewMenu")
{
sGroup = QT_TR_NOOP("View");
sMenuText = QT_TR_NOOP("Vie&ws");
sToolTipText = QT_TR_NOOP("Toggles this window");
sWhatsThis = QT_TR_NOOP("Toggles this window");
sStatusTip = QT_TR_NOOP("Toggles this window");
sMenuText = QT_TR_NOOP("Panels");
sToolTipText = QT_TR_NOOP("List of available dock panels");
sWhatsThis = QT_TR_NOOP("List of available dock panels");
sStatusTip = QT_TR_NOOP("List of available dock panels");
eType = 0;
}