diff options
author | Friedemann Kleint <[email protected]> | 2012-07-31 14:57:11 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2012-07-31 15:01:37 +0200 |
commit | a1b696c7186305b4e4e6a6e608d0cbd2ff7b4959 (patch) | |
tree | 42f41290a70cf6154aa45996cf574b98ff292a8b /src/plugins/git/gitplugin.h | |
parent | 1283233f4b0194d82c57af1e4be9907bb63e2ffb (diff) |
Git: Rename 'Undo uncommitted repository changes' to 'Reset...'.
'Reset' is in sync with the command line option and more
appropriate to the functionality after the introduction
of the history dialog.
Change-Id: I2328c7137089a5f372b59b4db7074753a16ecbdf
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/git/gitplugin.h')
-rw-r--r-- | src/plugins/git/gitplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitplugin.h b/src/plugins/git/gitplugin.h index 8ccc44ade0b..4001b447616 100644 --- a/src/plugins/git/gitplugin.h +++ b/src/plugins/git/gitplugin.h @@ -112,7 +112,7 @@ private slots: void logProject(); void undoFileChanges(bool revertStaging = true); void undoUnstagedFileChanges(); - void undoRepositoryChanges(); + void resetRepository(); void stageFile(); void unstageFile(); void cleanProject(); |