From c514d1dd5e212c6dcbeec1cf006f99f985c4070f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 31 Jul 2015 07:12:35 -0400 Subject: testfilechooser: Say Save Thats a more typical affirmative action in save mode. --- tests/testfilechooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testfilechooser.c') diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index 7aeb6e3649..6d31224226 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -599,7 +599,7 @@ main (int argc, char **argv) gtk_window_set_title (GTK_WINDOW (dialog), "Save a file"); gtk_dialog_add_buttons (GTK_DIALOG (dialog), _("_Cancel"), GTK_RESPONSE_CANCEL, - _("_Open"), GTK_RESPONSE_OK, + _("_Save"), GTK_RESPONSE_OK, NULL); break; } -- cgit v1.2.1