forked from qt-creator/qt-creator
UI text: fix git cherry-picking strings
Fix grammar and capitalization. Change-Id: Iccabb01c72783f486cdb7d574c2cbb942d4d1cfe Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
81a69f3e42
commit
2473349c3d
@@ -294,8 +294,8 @@ void MergeTool::done()
|
||||
tr("You need to commit changes to finish revert.\nCommit now?"),
|
||||
tr("Commit"), QLatin1String("revert"));
|
||||
} else if (QFile::exists(gitDir + QLatin1String("/CHERRY_PICK_HEAD"))) {
|
||||
continuePreviousGitCommand(tr("Continue Cherry-Pick"),
|
||||
tr("You need to commit changes to finish cherry-pick.\nCommit now?"),
|
||||
continuePreviousGitCommand(tr("Continue Cherry-Picking"),
|
||||
tr("You need to commit changes to finish cherry-picking.\nCommit now?"),
|
||||
tr("Commit"), QLatin1String("cherry-pick"));
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user