diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-20 22:23:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-20 22:23:02 (EDT) |
commit | 4227ff88a1b6c022af7064bc52deaf3efc19eff8 (patch) | |
tree | 58cf620760fe849d1d97be47c8c4a821ad5c69db /locale | |
parent | 6f59eb5f7feb1b8a60c3ddea8960adedfbe63dfd (diff) |
Let user specify the dir in which files are found.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US/opkhelper.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en_US/opkhelper.sh b/locale/en_US/opkhelper.sh index 6cb20f0..8c3a71d 100644 --- a/locale/en_US/opkhelper.sh +++ b/locale/en_US/opkhelper.sh @@ -17,4 +17,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +msg_opkhelper_bad_opt='Invalid option' msg_opkhelper_installing_files='Installing files for package "%s"...' |