diff options
author | P. J. McDermott <pjm@nac.net> | 2012-07-31 22:24:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-31 22:26:07 (EDT) |
commit | 2320bb94c426ed16b6f9623d06f151ac811d50bd (patch) | |
tree | 69ad37dfac26aa6ce48d2319a1bd859a12e2f225 /locale/en_US.sh | |
parent | c707416166cba430d1db4f568def3ceae58070db (diff) |
Make oh-parsechangelog use locale library.
Diffstat (limited to 'locale/en_US.sh')
-rw-r--r-- | locale/en_US.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 392aca0..d8bd284 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -102,3 +102,6 @@ oh_str_cant_make_config_dest_dir='Can'\''t make directory "%s" for platform conf oh_str_no_config_dir='No platform configuration files found' oh_str_copying_config_file='Copying configuration file "%s" to "%s"...' oh_str_cant_copy_config_file='Can'\''t copy configuration file' + +# oh-parsechangelog strings: +oh_str_usage_oh_parsechangelog='Usage: oh-parsechangelog' |