mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-114514 Grammar error in "Library already exists" dialog
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ public class AddSupportForSingleFrameworkDialog extends DialogWrapper {
|
||||
if (!existingEntries.isEmpty()) {
|
||||
String message;
|
||||
if (existingEntries.size() > 1) {
|
||||
message = "There are already " + existingEntries.size() + " " + myFrameworkType.getPresentableName() + " libraries.\n Do you want to replace they?";
|
||||
message = "There are already " + existingEntries.size() + " " + myFrameworkType.getPresentableName() + " libraries.\n Do you want to replace them?";
|
||||
}
|
||||
else {
|
||||
final String name = existingEntries.get(0).getPresentableName();
|
||||
|
||||
Reference in New Issue
Block a user