summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--locale/en_US.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 7a88479..b9ca096 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -58,7 +58,7 @@ This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.'
# lib/cmd/install.sh
-msg_prokit_cmd_install_summary='install a ProteanOS system into a directory'
+msg_prokit_cmd_install_summary='install a system into a directory'
msg_prokit_cmd_install_usage='[-a <arch>] [-P <plat>] [-m <mirror>] [-F] '\
'<suite> <root-dir>'
msg_prokit_cmd_install_bad_archplat='Invalid combination of architecture "%s" '\
@@ -78,7 +78,7 @@ msg_prokit_cmd_install_configuring='Configuring packages...'
msg_prokit_cmd_install_checksum_fail='Checksum of package file failed'
# lib/cmd/shell.sh
-msg_prokit_cmd_shell_summary='enter a ProteanOS shell'
+msg_prokit_cmd_shell_summary='run a shell in an isolated environment'
msg_prokit_cmd_shell_usage='<root-dir>'
msg_prokit_cmd_shell_exiting='Exiting...'