mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-31 19:11:25 -05:00
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:
committed by
Atomic Bot
parent
b0615922ff
commit
d9eed092cf
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user