Changed the labels of the Regression menu to keep them shorter.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 21 Nov 2012 18:10:06 +0000 (19:10 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 21 Nov 2012 18:14:45 +0000 (19:14 +0100)
src/ui/gui/data-editor.ui

index 367d92af3d005ddcbde6fc8bc888fc28ee46138a..07910dd217397b3b2b935aa2211c78052bcea33a 100644 (file)
           <object class="PsppireDialogActionRegression" id="linear-regression">
             <property name="name">linear-regression</property>
             <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Linear _Regression...</property>
+            <property name="label" translatable="yes">_Linear...</property>
           </object>
         </child>
         <child>
           <object class="PsppireDialogActionLogistic" id="logistic-regression">
             <property name="name">logistic-regression</property>
             <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Lo_gistic Regression...</property>
+            <property name="label" translatable="yes">_Binary Logistic...</property>
           </object>
         </child>
         <child>