diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-07-31 07:12:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-07-31 07:12:35 -0400 |
commit | c514d1dd5e212c6dcbeec1cf006f99f985c4070f (patch) | |
tree | ee7a28ec491948cbb6201fbb907b27ec7c54c13c /tests/testfilechooser.c | |
parent | 6f194564ff465af37f0317b4e05ec26a7d44c26b (diff) | |
download | gtk+-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.c | 2 |
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; } |