On Sat, Jun 30, 2018 at 2:07 AM, Nguyễn Thái Ngọc Duy <pclo...@gmail.com> wrote:
> if (show_origin && !(actions & > (ACTION_GET|ACTION_GET_ALL|ACTION_GET_REGEXP|ACTION_LIST))) { > - error("--show-origin is only applicable to --get, --get-all, " > - "--get-regexp, and --list."); > + error(_("--show-origin is only applicable to --get, > --get-all, " > + "--get-regexp, and --list")); I would have expected the fullstop removal to have been part of patch 1 instead of this patch. Didn't spot any other issues.