* fix typo

This commit is contained in:
Reinhard Pointner 2014-08-01 15:49:58 +00:00
parent 03a06749fa
commit 10bcdcb66a
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class RenameAction extends AbstractAction {
}
if (issues.size() > 0) {
String text = "We found some issues. Do you to continue?";
String text = "These files will be ignored. Do you want to continue?";
JList issuesComponent = new JList(issues.toArray()) {
@Override