From ae89b245ea241dcefe02ca5ae9182dfe0eb512ed Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Fri, 12 Nov 2010 16:06:41 -0800 Subject: [PATCH] s/revision/commit/ --- lib/gollum/frontend/public/javascript/gollum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/frontend/public/javascript/gollum.js b/lib/gollum/frontend/public/javascript/gollum.js index dbc48202..6bb0ec5e 100644 --- a/lib/gollum/frontend/public/javascript/gollum.js +++ b/lib/gollum/frontend/public/javascript/gollum.js @@ -40,7 +40,7 @@ $(document).ready(function() { // revert action $.GollumDialog.init({ title: 'Revert to ' + truncatedSha + '?', - body: 'Are you sure you wish to revert to revision ' + + body: 'Are you sure you wish to revert to commit ' + truncatedSha + '' + ' ? This will overwrite any previous changes.', OK: function() {