forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
ff6d91e42b
commit
6e59d31095
@@ -838,7 +838,7 @@ void ClearCasePlugin::updateActions(VcsBasePlugin::ActionState as)
|
||||
|
||||
QString ClearCasePlugin::commitDisplayName() const
|
||||
{
|
||||
return tr("check in", "\"commit\" action for ClearCase.");
|
||||
return tr("Check In");
|
||||
}
|
||||
|
||||
void ClearCasePlugin::checkOutCurrentFile()
|
||||
|
||||
Reference in New Issue
Block a user