[AppStream] Missing word in string

Anders Jonsson anders.jonsson at norsjovallen.se
Thu Mar 16 00:11:09 UTC 2017


Hi,
reviewing the Swedish translation for Appstream I saw the string "Unable
save the template metainfo file". Here it looks like it should be
"Unable to save".

Attached patch adds the missing word.


Regards,
Anders Jonsson
-------------- next part --------------
>From 8ad893171ce4d23a86b5e19b6fd041d48f8b7466 Mon Sep 17 00:00:00 2001
From: Anders Jonsson <anders.jonsson at norsjovallen.se>
Date: Thu, 16 Mar 2017 01:06:21 +0100
Subject: Add missing word in string

---
 tools/ascli-actions-mdata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ascli-actions-mdata.c b/tools/ascli-actions-mdata.c
index 9267b6e..508fa4b 100644
--- a/tools/ascli-actions-mdata.c
+++ b/tools/ascli-actions-mdata.c
@@ -545,7 +545,7 @@ ascli_create_metainfo_template (const gchar *out_fname, const gchar *cpt_kind_st
 	} else {
 		as_metadata_save_metainfo (metad, out_fname, AS_FORMAT_KIND_XML, &error);
 		if (error != NULL) {
-			ascli_print_stderr (_("Unable save the template metainfo file: %s"), error->message);
+			ascli_print_stderr (_("Unable to save the template metainfo file: %s"), error->message);
 			return 1;
 		}
 	}
-- 
2.11.0



More information about the AppStream mailing list