aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/actionhandler.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-10-23 12:08:06 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-10-26 09:37:11 +0000
commit0fcac3085ad0a175e6abe54be1415a9bac5d695f (patch)
tree38da7e449a028620b348cd312f50afe313630920 /src/plugins/modeleditor/actionhandler.cpp
parent6a9588ee9b979272ca649f2d43813cb58d37cd46 (diff)
ModelEditor: fix UI text punctuation and capitalization
Change-Id: I4b15d727adc1fa3a082a42e9a3aae93cc092bd64 Reviewed-by: Jochen Becher <jochen_becher@gmx.de> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/modeleditor/actionhandler.cpp')
-rw-r--r--src/plugins/modeleditor/actionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/modeleditor/actionhandler.cpp b/src/plugins/modeleditor/actionhandler.cpp
index 0040ac3cfe..675c22a86a 100644
--- a/src/plugins/modeleditor/actionhandler.cpp
+++ b/src/plugins/modeleditor/actionhandler.cpp
@@ -148,7 +148,7 @@ void ActionHandler::createActions()
void ActionHandler::createEditPropertiesShortcut(const Core::Id &shortcutId)
{
- auto editAction = new QAction(tr("Edit selected element in properties view"), Core::ICore::mainWindow());
+ auto editAction = new QAction(tr("Edit Element Properties"), Core::ICore::mainWindow());
Core::Command *editCommand = Core::ActionManager::registerAction(
editAction, shortcutId, d->context);
editCommand->setDefaultKeySequence(QKeySequence(tr("Return")));