fix some bugs
[mdictionary] / src / plugins / stardict / TranslationStarDict.cpp
index 8ffd51e..18c6744 100644 (file)
@@ -76,10 +76,9 @@ QString TranslationStarDict::toXml() const {
             else
                 result+= _dictionaryInfo +"</info>";
 
-            /*przeformatowanie zwracanego stringu na oczekiwany format*/
+            /*conwert returned string to XML format*/
             result+=starDictPlugin->search(_key, offsets.at(i), lengths.at(i));
             result+= "</dict>";
-            //qDebug()<<"trans"<<result;
    }
    return result;
 }