forked from qt-creator/qt-creator
Gerrit Dialog - renamed "Apply" to "Cherry Pick"
Cherry pick is git command that everyone who works with git knows. First time I saw "Apply" I thought it was some git or gerrit command unknown to me. Renaming it to "Cherry Pick" makes dialog more clear, since user knows what command will execute when button is pressed. Change-Id: Ifbcad697ef5f5909a36dc008f716025d48a26ad0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
|
||||
public slots:
|
||||
void fetchDisplay(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
||||
void fetchApply(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
||||
void fetchCherryPick(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
||||
void fetchCheckout(const QSharedPointer<Gerrit::Internal::GerritChange> &change);
|
||||
void updateActions(bool hasTopLevel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user