forked from qt-creator/qt-creator
VCS: Capitalize change context-menu actions
Change-Id: I52f109b2826a85de73de74d7395d04d82d0e55f5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
9ebb740fa7
commit
262b5b12c1
@@ -384,7 +384,7 @@ void ChangeTextCursorHandler::slotCopyRevision()
|
||||
|
||||
QAction *ChangeTextCursorHandler::createDescribeAction(const QString &change) const
|
||||
{
|
||||
QAction *a = new QAction(VcsBaseEditorWidget::tr("Describe change %1").arg(change), 0);
|
||||
QAction *a = new QAction(VcsBaseEditorWidget::tr("Describe Change %1").arg(change), 0);
|
||||
connect(a, SIGNAL(triggered()), this, SLOT(slotDescribe()));
|
||||
return a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user