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:34 UTC

[22/38] git commit: s/non reversable/irreversable/g

s/non reversable/irreversable/g


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

Branch: refs/heads/cj/6272
Commit: eb7b35e346707f5585ec90ebb76342576724f64d
Parents: d914330
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Jun 18 12:00:13 2013 -0400
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Jun 18 12:00:13 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/eb7b35e3/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 e103ffe..7b67469 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 non reversable!</div>
+  <div class="grid-13 warning_msg">Warning: This will destroy all data in this tool and is irreversable!</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/eb7b35e3/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 b148ba4..fd3496e 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 non-reversable!');
+        $('div.warning_msg').text('Warning: This will destroy all data in ' + tool_label + ' tool and is irreversable!');
 
         form_to_delete = this.parentNode;
         return false;