Revision: 9033
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9033&view=rev
Author:   dnaber
Date:     2013-01-15 20:40:32 +0000 (Tue, 15 Jan 2013)
Log Message:
-----------
online check: improve wording a bit

Modified Paths:
--------------
    trunk/website/include/header.php
    trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js
    
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js

Modified: trunk/website/include/header.php
===================================================================
--- trunk/website/include/header.php    2013-01-15 20:33:42 UTC (rev 9032)
+++ trunk/website/include/header.php    2013-01-15 20:40:32 UTC (rev 9033)
@@ -87,7 +87,7 @@
             },
          languagetool_i18n_ignore_once :
             {
-             // "Ignore suggestion":
+             // "Ignore this error":
              'br': 'Na ober van ouzh ar fazi-maƱ',
              'de-DE': 'Hier ignorieren',
              'eo': 'Ignori tiun eraron',

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js
===================================================================
--- 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js    
    2013-01-15 20:33:42 UTC (rev 9032)
+++ 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js    
    2013-01-15 20:40:32 UTC (rev 9033)
@@ -643,7 +643,7 @@
              
             var lang = 
plugin.editor.getParam('languagetool_i18n_current_lang')();
             var explainText = 
plugin.editor.getParam('languagetool_i18n_explain')[lang] || "No errors were 
found.";
-            var ignoreThisText = 
plugin.editor.getParam('languagetool_i18n_ignore_once')[lang] || "Ignore 
suggestion";
+            var ignoreThisText = 
plugin.editor.getParam('languagetool_i18n_ignore_once')[lang] || "Ignore this 
error";
             var ignoreThisKindOfErrorText = 
plugin.editor.getParam('languagetool_i18n_ignore_all')[lang] || "Ignore this 
kind of error";
              
             if (errorDescription != undefined && errorDescription["moreinfo"] 
!= null)

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js
===================================================================
--- 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js
    2013-01-15 20:33:42 UTC (rev 9032)
+++ 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js
    2013-01-15 20:40:32 UTC (rev 9033)
@@ -323,7 +323,7 @@
              
             var lang = 
plugin.editor.getParam('languagetool_i18n_current_lang')();
             var explainText = 
plugin.editor.getParam('languagetool_i18n_explain')[lang] || "No errors were 
found.";
-            var ignoreThisText = 
plugin.editor.getParam('languagetool_i18n_ignore_once')[lang] || "Ignore 
suggestion";
+            var ignoreThisText = 
plugin.editor.getParam('languagetool_i18n_ignore_once')[lang] || "Ignore this 
error";
             var ignoreThisKindOfErrorText = 
plugin.editor.getParam('languagetool_i18n_ignore_all')[lang] || "Ignore this 
kind of error";
              
             if (errorDescription != undefined && errorDescription["moreinfo"] 
!= null)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to