Bug 86112 - re-grid. label in plot dialog looks odd
Summary: re-grid. label in plot dialog looks odd
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-27 20:28 UTC by Andrew Walker
Modified: 2004-07-28 19:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2004-07-27 20:28:19 UTC
Version:           0.98 (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
OS:                Linux

The re-grid. option in the plot dialog looks odd as it does not start with a capital letter
and should not be terminated with a period.
Comment 1 George Staikos 2004-07-28 19:46:29 UTC
CVS commit by staikos: 

styleguide fixes.  There is one hack in here that is technically a styleguide
violation but the user can't really tell.  Will fix later.

CCMAIL: 86112-done@bugs.kde.org


  M +2 -2      curveplacementwidget.ui   1.16
  M +6 -6      datawizard.ui   1.48
  M +1 -1      plotdialog.ui   1.39


--- kdeextragear-2/kst/kst/curveplacementwidget.ui  #1.15:1.16
@@ -98,5 +98,5 @@
                     </property>
                     <property name="text">
-                        <string>Place in &amp;new plot.</string>
+                        <string>Place in &amp;new plot</string>
                     </property>
                     <property name="accel">
@@ -112,5 +112,5 @@
                     </property>
                     <property name="text">
-                        <string>re-grid.  Columns:</string>
+                        <string>Re-grid  Columns:</string>
                     </property>
                 </widget>

--- kdeextragear-2/kst/kst/datawizard.ui  #1.47:1.48
@@ -134,5 +134,5 @@
         </property>
         <attribute name="title">
-            <string>Select Data</string>
+            <string>Select data</string>
         </attribute>
         <grid>
@@ -279,5 +279,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>XY &amp;and Power Spectrum</string>
+                                    <string>XY &amp;and power spectrum</string>
                                 </property>
                                 <property name="whatsThis" stdset="0">
@@ -304,5 +304,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>&amp;Power Spectrum</string>
+                                    <string>&amp;Power spectrum</string>
                                 </property>
                                 <property name="whatsThis" stdset="0">
@@ -345,5 +345,5 @@
                                         </property>
                                         <property name="text">
-                                            <string>X Axis Vector:</string>
+                                            <string>X axis vector:</string>
                                         </property>
                                         <property name="buddy" stdset="0">
@@ -498,5 +498,5 @@
         </property>
         <attribute name="title">
-            <string>Plot Layout</string>
+            <string>Plot layout</string>
         </attribute>
         <grid>
@@ -606,5 +606,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>New Window Name:</string>
+                                    <string>New window name:</string>
                                 </property>
                             </widget>

--- kdeextragear-2/kst/kst/plotdialog.ui  #1.38:1.39
@@ -332,5 +332,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>re-grid.</string>
+                                    <string>Re-grid</string>
                                 </property>
                             </widget>