Summary: | re-grid. label in plot dialog looks odd | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2004-07-27 20:28:19 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 &new plot.</string> + <string>Place in &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 &and Power Spectrum</string> + <string>XY &and power spectrum</string> </property> <property name="whatsThis" stdset="0"> @@ -304,5 +304,5 @@ </property> <property name="text"> - <string>&Power Spectrum</string> + <string>&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> |