diff options
-rw-r--r-- | lib/changelog.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh index 5733353..f757e90 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -19,8 +19,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. @@LIBDIR@@/opkhelper/messages +. @@LIBDIR@@/messages +# TODO: Either add an error callback to oh_changelog_parse() or make a central +# error handling library. +# TODO: Move message strings into locales. oh_changelog_parse_error() { _file="${1}" |