diff options
author | John Stebbins <[email protected]> | 2019-04-17 09:33:31 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-04-17 09:33:31 -0600 |
commit | f96678482e066da83cb6927b150c53bce4e1009a (patch) | |
tree | 0180744a80f0862dddbb8ce129352ed4da743a7b /gtk/src/queuehandler.c | |
parent | 9582c349bbf51453d6eec93e4ee68b1ccd920078 (diff) |
LinGui: fix additional mingw gtk UI build issues
Diffstat (limited to 'gtk/src/queuehandler.c')
-rw-r--r-- | gtk/src/queuehandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c index 95b79c51b..d00dc4a66 100644 --- a/gtk/src/queuehandler.c +++ b/gtk/src/queuehandler.c @@ -1175,7 +1175,7 @@ ghb_low_disk_check(signal_user_data_t *ud) hb_window = GTK_WINDOW(GHB_WIDGET(ud->builder, "hb_window")); dialog = gtk_message_dialog_new(hb_window, GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE, - _("%sThe destination filesystem is almost full: %"PRIu64"MB free.\n" + _("%sThe destination filesystem is almost full: %"PRId64" MB free.\n" "Destination: %s\n" "Encode may be incomplete if you proceed.\n"), paused_msg, free_size / (1024 * 1024), dest); |