Merge 'master' into 'psppsheet'.
[pspp] / src / ui / gui / t-test-paired-samples.c
index 212691d39b4c242f5158e40d4d3727d5018e1882..4f8baeeb0dc53b82fa640b2d943b7725d956c32c 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2011  Free Software Foundation
+   Copyright (C) 2011, 2012  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -26,7 +26,6 @@
 #include "psppire-var-view.h"
 
 #include "psppire-dict.h"
-#include "psppire-var-store.h"
 
 #include "dialog-common.h"
 #include "psppire-dialog.h"
@@ -90,7 +89,7 @@ t_test_paired_samples_dialog (PsppireDataWindow *de)
   struct tt_options_dialog *opts = tt_options_dialog_create (GTK_WINDOW (de));
 
   GtkWidget *bb = gtk_hbutton_box_new ();
-  GtkWidget *opt = gtk_button_new_with_mnemonic (_("_Options"));
+  GtkWidget *opt = gtk_button_new_with_mnemonic (_("O_ptions..."));
   gtk_box_pack_start (GTK_BOX (bb), opt, TRUE, TRUE, 5);
 
   gtk_widget_show_all (bb);