mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-05 18:24:56 +01:00
Translate string
This commit is contained in:
parent
49c2d88ce6
commit
5fffa40715
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ cb_print_draw_page(GtkPrintOperation* print_operation, GtkPrintContext*
|
|||
}
|
||||
|
||||
/* Update statusbar. */
|
||||
char* tmp = g_strdup_printf("Printing %d...", page_number);
|
||||
char* tmp = g_strdup_printf(_("Printing page %d ..."), page_number);
|
||||
girara_statusbar_item_set_text(zathura->ui.session,
|
||||
zathura->ui.statusbar.file, tmp);
|
||||
g_free(tmp);
|
||||
|
|
Loading…
Reference in a new issue