diff options
Diffstat (limited to 'src/main/java/com/gitblit/wicket/GitBlitWebApp.properties')
-rw-r--r-- | src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index f425615c..cee7eaba 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -775,4 +775,7 @@ gb.editFile = edit file gb.continueEditing = Continue Editing gb.commitChanges = Commit Changes gb.fileNotMergeable = Unable to commit {0}. This file can not be automatically merged. -gb.fileCommitted = Successfully committed {0}.
\ No newline at end of file +gb.fileCommitted = Successfully committed {0}. +gb.deletePatchset = Delete Patchset {0} +gb.deletePatchsetSuccess = Deleted Patchset {0}. +gb.deletePatchsetFailure = Error deleting Patchset {0}. |