From 703b834feb6566aa9f11bc195fdfd255b0aa420b Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Thu, 17 Sep 2020 01:22:57 -0700 Subject: src/scripts/run-java-tool.bash.in: clarify tool availability Signed-off-by: Georgy Yakovlev --- src/scripts/run-java-tool.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/run-java-tool.bash.in b/src/scripts/run-java-tool.bash.in index 9c57fe8..0494b6c 100644 --- a/src/scripts/run-java-tool.bash.in +++ b/src/scripts/run-java-tool.bash.in @@ -48,7 +48,7 @@ else echo "* run-java-tool should only be used via symlinks to it" >&2 else echo "* ${tool} is not available for ${vm_handle} on $(uname -m)" >&2 - echo "* IMPORTANT: some Java tools are not available on some VMs on some architectures" >&2 + echo "* IMPORTANT: some Java tools are not available on some VMs or some architectures" >&2 if [ "$(id -u)" != 0 ] && [ -n "${DISPLAY}" ] && command -v notify-send > /dev/null; then notify-send -i java-icon48 "Gentoo Java Launcher" "${tool} is not available for ${vm_handle} Gentoo Java User Guide" -- cgit v1.2.3-65-gdbad