Revision: 7479
http://languagetool.svn.sourceforge.net/languagetool/?rev=7479&view=rev
Author: dnaber
Date: 2012-06-23 21:33:09 +0000 (Sat, 23 Jun 2012)
Log Message:
-----------
use English description (no i18n yet as we are in feature freeze)
Modified Paths:
--------------
trunk/JLanguageTool/src/java/org/languagetool/rules/spelling/hunspell/HunspellNoSuggestionRule.java
Modified:
trunk/JLanguageTool/src/java/org/languagetool/rules/spelling/hunspell/HunspellNoSuggestionRule.java
===================================================================
---
trunk/JLanguageTool/src/java/org/languagetool/rules/spelling/hunspell/HunspellNoSuggestionRule.java
2012-06-23 21:20:11 UTC (rev 7478)
+++
trunk/JLanguageTool/src/java/org/languagetool/rules/spelling/hunspell/HunspellNoSuggestionRule.java
2012-06-23 21:33:09 UTC (rev 7479)
@@ -18,15 +18,15 @@
}
@Override
- public String getId() {
- return RULE_ID;
- }
+ public String getId() {
+ return RULE_ID;
+ }
- @Override
- public String getDescription() {
- // TODO: make i18n after LT 1.8? or will it only be used for German
anyway?
- return "Möglicher Rechtschreibfehler (ohne Korrekturvorschlag)";
- }
+ @Override
+ public String getDescription() {
+ // TODO: make i18n after LT 1.8
+ return messages.getString("desc_spelling") + " (no suggestions)";
+ }
@Override
protected boolean offerSuggestions() {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs