Revision: 5927
http://languagetool.svn.sourceforge.net/languagetool/?rev=5927&view=rev
Author: dnaber
Date: 2011-11-18 21:57:33 +0000 (Fri, 18 Nov 2011)
Log Message:
-----------
remove useless ID column; add hint
Modified Paths:
--------------
trunk/ltcommunity/grails-app/i18n/messages.properties
trunk/ltcommunity/grails-app/views/corpusMatch/list.gsp
Modified: trunk/ltcommunity/grails-app/i18n/messages.properties
===================================================================
--- trunk/ltcommunity/grails-app/i18n/messages.properties 2011-11-18
21:42:12 UTC (rev 5926)
+++ trunk/ltcommunity/grails-app/i18n/messages.properties 2011-11-18
21:57:33 UTC (rev 5927)
@@ -40,8 +40,8 @@
ltc.login.register.title=LanguageTool Registration
-# corpusMatch
-ltc.corpus.match.title=Corpus Matches
+ltc.corpus.match.title=LanguageTool Rule Matches in Wikipedia
+ltc.corpus.match.note=Note: we only check a very small subset of Wikipedia
ltc.corpus.match.id=ID
ltc.corpus.match.match=Match
Modified: trunk/ltcommunity/grails-app/views/corpusMatch/list.gsp
===================================================================
--- trunk/ltcommunity/grails-app/views/corpusMatch/list.gsp 2011-11-18
21:42:12 UTC (rev 5926)
+++ trunk/ltcommunity/grails-app/views/corpusMatch/list.gsp 2011-11-18
21:57:33 UTC (rev 5927)
@@ -17,12 +17,15 @@
<g:if test="${flash.message}">
<div class="message">${flash.message}</div>
</g:if>
+
+ <p><g:message code="ltc.corpus.match.note"/></p>
+
+ <br />
<div class="list">
<table>
<thead>
<tr>
- <th><g:message code="ltc.corpus.match.id"/></th>
<th><g:message code="ltc.corpus.match.match"/></th>
</tr>
</thead>
@@ -30,8 +33,6 @@
<g:each in="${corpusMatchList}" status="i" var="match">
<tr class="${(i % 2) == 0 ? 'odd' : 'even'}">
- <td>${match.id?.encodeAsHTML()}</td>
-
<td>
<g:set var="cleanText"
value="${StringTools.cleanError(match.errorContext)}"/>
${StringTools.formatError(match.message.encodeAsHTML())}<br />
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs