diff options
author | P. J. McDermott <pj@pehjota.net> | 2019-03-21 23:31:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2019-03-22 11:42:07 (EDT) |
commit | 5d536f76fadb0dfb5643f177a0fdb8ec13fdaad3 (patch) | |
tree | 0d92d9729e6019e53a10662280953aa1c0b5b2f7 /locale | |
parent | 67e43afdaa931250b2628a465bae116f20346550 (diff) |
oh-shlibdeps: New utility
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index eb3d95b..1323689 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -30,3 +30,4 @@ msg_opkhelper_chmod_man='Setting mode of manual files...' msg_opkhelper_chmod_bin='Setting mode of program files in "%s"...' msg_opkhelper_no_capable_build_sys='No capable build system found' msg_opkhelper_no_capable_host_arch='No capable build system host architecture found' +msg_opkhelper_shlib_no_pkg='No package found containing library "%s"' |