s/revision/commit/

This commit is contained in:
Eston Bond
2010-11-12 16:06:41 -08:00
parent 36f890d28d
commit ae89b245ea
@@ -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 <code>' +
body: 'Are you sure you wish to revert to commit <code>' +
truncatedSha + '</code>' +
' ? This will overwrite any previous changes.',
OK: function() {