You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/06/21 23:34:38 UTC

[26/38] git commit: spell "irreversible" correctly

spell "irreversible" correctly


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/454b327a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/454b327a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/454b327a

Branch: refs/heads/cj/6272
Commit: 454b327a043d1b4010f989886b3291a2fbfcf9d2
Parents: 153f6e3
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Jun 18 14:08:29 2013 -0400
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Jun 18 14:09:46 2013 -0400

----------------------------------------------------------------------
 Allura/allura/ext/admin/templates/project_tools.html | 2 +-
 Allura/allura/public/nf/js/project_tools.js          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/454b327a/Allura/allura/ext/admin/templates/project_tools.html
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/templates/project_tools.html b/Allura/allura/ext/admin/templates/project_tools.html
index 7b67469..36f98f5 100644
--- a/Allura/allura/ext/admin/templates/project_tools.html
+++ b/Allura/allura/ext/admin/templates/project_tools.html
@@ -140,7 +140,7 @@
     </div>
 </div>
 <form id="mount_delete_form" style="display:none">
-  <div class="grid-13 warning_msg">Warning: This will destroy all data in this tool and is irreversable!</div>
+  <div class="grid-13 warning_msg">Warning: This will destroy all data in this tool and is irreversible!</div>
   <div class="grid-13">&nbsp;</div>
   <hr>
   <div class="grid-13">&nbsp;</div>

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/454b327a/Allura/allura/public/nf/js/project_tools.js
----------------------------------------------------------------------
diff --git a/Allura/allura/public/nf/js/project_tools.js b/Allura/allura/public/nf/js/project_tools.js
index fd3496e..b02554b 100644
--- a/Allura/allura/public/nf/js/project_tools.js
+++ b/Allura/allura/public/nf/js/project_tools.js
@@ -85,7 +85,7 @@
         if (mount_point) {
             tool_label = 'the "' + mount_point + '"';
         }
-        $('div.warning_msg').text('Warning: This will destroy all data in ' + tool_label + ' tool and is irreversable!');
+        $('div.warning_msg').text('Warning: This will destroy all data in ' + tool_label + ' tool and is irreversible!');
 
         form_to_delete = this.parentNode;
         return false;