summaryrefslogtreecommitdiff
path: root/tests/testfilechooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-07-31 07:12:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-07-31 07:12:35 -0400
commitc514d1dd5e212c6dcbeec1cf006f99f985c4070f (patch)
treeee7a28ec491948cbb6201fbb907b27ec7c54c13c /tests/testfilechooser.c
parent6f194564ff465af37f0317b4e05ec26a7d44c26b (diff)
downloadgtk+-c514d1dd5e212c6dcbeec1cf006f99f985c4070f.tar.gz
testfilechooser: Say Save
Thats a more typical affirmative action in save mode.
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r--tests/testfilechooser.c2
1 files changed, 1 insertions, 1 deletions
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;
}