common: Mark an error message as translatable

All the other error messages in that file are.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Closes: #2609
Approved by: matthiasclasen
This commit is contained in:
Philip Withnall
2019-01-18 09:05:14 +00:00
committed by Atomic Bot
parent b0615922ff
commit d9eed092cf

View File

@@ -2723,7 +2723,7 @@ forward_file (XdpDbusDocuments *documents,
fd = open (file, O_PATH | O_CLOEXEC);
if (fd == -1)
return flatpak_fail (error, "Failed to open '%s'", file);
return flatpak_fail (error, _("Failed to open %s"), file);
fd_list = g_unix_fd_list_new ();
fd_id = g_unix_fd_list_append (fd_list, fd, error);