mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 13:35:59 +01:00
Make a string translatable
This commit is contained in:
parent
2ec8675bec
commit
cc0ad0ad64
2 changed files with 2 additions and 2 deletions
|
@ -483,7 +483,7 @@ document_info_open(gpointer data)
|
||||||
file = prepare_document_open_from_stdin(document_info->zathura);
|
file = prepare_document_open_from_stdin(document_info->zathura);
|
||||||
if (file == NULL) {
|
if (file == NULL) {
|
||||||
girara_notify(document_info->zathura->ui.session, GIRARA_ERROR,
|
girara_notify(document_info->zathura->ui.session, GIRARA_ERROR,
|
||||||
"Could not read file from stdin and write it to a temporary file.");
|
_("Could not read file from stdin and write it to a temporary file."));
|
||||||
} else {
|
} else {
|
||||||
document_info->zathura->stdin_support.file = g_strdup(file);
|
document_info->zathura->stdin_support.file = g_strdup(file);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue