Fixed translations and set corpus location label

This commit is contained in:
2019-03-20 08:38:31 +01:00
parent 2c028cd334
commit 96133965c6
3 changed files with 3 additions and 3 deletions

View File

@@ -405,7 +405,7 @@ public class CorpusTab {
.append("\n")
.append(String.format(I18N.get("message.NOTIFICATION_FOUND_X_FILES"), corpusFiles.size()))
.append("\n")
.append(String.format(I18N.get("message.NOTIFICATION_CORPUS"), corpusType.toString()));
.append("\n");
String chooseCorpusLabelContentTmp = sb.toString();
logger.debug(chooseCorpusLabelContentTmp);