From c283bb5620a70207e4591782f6a8d60f6b6364f0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 4 Oct 2020 09:51:29 +0530 Subject: [PATCH] String changes --- src/calibre/db/cli/cmd_set_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/db/cli/cmd_set_metadata.py b/src/calibre/db/cli/cmd_set_metadata.py index 6e90d2d10b..57ae7232cd 100644 --- a/src/calibre/db/cli/cmd_set_metadata.py +++ b/src/calibre/db/cli/cmd_set_metadata.py @@ -137,7 +137,7 @@ def main(opts, args, dbctx): 'first argument' )) if len(args) < 2 and not opts.field: - raise SystemExit(_('You must specify either a field or an opf file')) + raise SystemExit(_('You must specify either a field or an OPF file')) book_id = int(args[0]) if len(args) > 1: