wording for jdk version mismatch notification

This commit is contained in:
Egor.Ushakov
2016-09-02 17:16:41 +03:00
parent f830253652
commit 573cc4e193
@@ -76,7 +76,7 @@ error.no.shmem.address=Shared memory address unspecified
debugger.jdi.bootstrap.error={0}. Check your JDK installation.
warning.jdk140.unstable=The debuggee VM version is "1.4.0".\nJ2SDK 1.4.0 documented bugs may cause unstable debugger behavior.\nWe recommend using J2SDK 1.4.0_01 or higher.
title.jdk140.unstable=VM Version Warning
message.remote.jre.version.mismatch=Remote jre version ({0})\ndo not match project jdk version ({1}), \nwill use sources from sdk: {2}
message.remote.jre.version.mismatch=Target JRE version ({0})\ndoes not match project JDK version ({1}), \nwill use sources from JDK: {2}
error.invalid.argument={0,choice, 1#Invalid argument|2#Invalid arguments}
error.vm.disconnected=VM disconnected. Target virtual machine closed connection
error.unknown.host=Cannot connect to remote process, host is unknown