VCS: Capitalize commitDisplayName

To be used by the submit editor.

Change-Id: I73fc13abfd37f207d92669c1893b7edda35ed1e4
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2018-08-28 08:35:38 +03:00
committed by Orgad Shaneh
parent ff6d91e42b
commit 6e59d31095
3 changed files with 5 additions and 4 deletions

View File

@@ -1228,7 +1228,7 @@ void PerforceDiffConfig::triggerReRun()
QString PerforcePlugin::commitDisplayName() const
{
return tr("submit", "\"commit\" action for perforce");
return tr("Submit");
}
void PerforcePlugin::p4Diff(const QString &workingDir, const QStringList &files)