commit: a714ff5919030a9504f94bd10f2791836830892b
parent: 0c8f21f4584dba758bb1e59b1946f5fbde4a2968
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 31 May 2019 11:30:01 +0200
badwolf.c: Download destination, fix save button text
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/badwolf.c b/badwolf.c
@@ -541,7 +541,7 @@ downloadCb_decide_destination(WebKitDownload *download,
GTK_FILE_CHOOSER_ACTION_SAVE,
_("_Cancel"),
GTK_RESPONSE_CANCEL,
- _("_Open"),
+ _("_Save"),
GTK_RESPONSE_ACCEPT,
NULL);
GtkFileChooser *file_chooser = GTK_FILE_CHOOSER(file_dialog);