diff options
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; } |