diff options
Diffstat (limited to 'locale/en_US.sh')
-rw-r--r-- | locale/en_US.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 4e22ef3..6bf403a 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -57,6 +57,8 @@ 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_usage='[-a <arch>] [-P <plat>] <suite> <chroot>' +msg_prokit_cmd_install_bad_archplat='Invalid combination of architecture "%s" '\ +'and platform "%s"' # lib/profile.sh msg_prokit_profile_not_found='Profile "%s" not found' |