[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Jul 7 23:06:42 CEST 2004
CVS commit by staikos:
styleguide fixes
M +2 -2 changenptsdialog.ui 1.7
M +3 -3 eqdialog.ui 1.21
M +4 -4 kstplugindialog_i.cpp 1.69
M +2 -2 plotdialog.ui 1.29
--- kdeextragear-2/kst/kst/changenptsdialog.ui #1.6:1.7
@@ -260,5 +260,5 @@
</property>
<property name="text">
- <string>or</string>
+ <string>Or</string>
</property>
</widget>
@@ -320,5 +320,5 @@
</property>
<property name="text">
- <string>or</string>
+ <string>Or</string>
</property>
</widget>
--- kdeextragear-2/kst/kst/eqdialog.ui #1.20:1.21
@@ -507,5 +507,5 @@
</property>
<property name="text">
- <string>From</string>
+ <string>From:</string>
</property>
<property name="buddy" stdset="0">
@@ -541,5 +541,5 @@
</property>
<property name="text">
- <string>to</string>
+ <string>To:</string>
</property>
<property name="buddy" stdset="0">
@@ -598,5 +598,5 @@
</property>
<property name="text">
- <string>Number of Samples:</string>
+ <string>Number of samples:</string>
</property>
<property name="buddy" stdset="0">
--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp #1.68:1.69
@@ -493,9 +493,9 @@ QString scalarLabelTemplate, vectorLabel
if (input) {
- scalarLabelTemplate = i18n("Input Scalar - %1:");
- vectorLabelTemplate = i18n("Input Vector - %1:");
+ scalarLabelTemplate = i18n("Input scalar - %1:");
+ vectorLabelTemplate = i18n("Input vector - %1:");
} else {
- scalarLabelTemplate = i18n("Output Scalar - %1:");
- vectorLabelTemplate = i18n("Output Vector - %1:");
+ scalarLabelTemplate = i18n("Output scalar - %1:");
+ vectorLabelTemplate = i18n("Output vector - %1:");
}
--- kdeextragear-2/kst/kst/plotdialog.ui #1.28:1.29
@@ -817,5 +817,5 @@
</property>
<property name="text">
- <string>To</string>
+ <string>To:</string>
</property>
</widget>
@@ -1203,5 +1203,5 @@
</property>
<property name="text">
- <string>To</string>
+ <string>To:</string>
</property>
<property name="buddy" stdset="0">
More information about the Kst
mailing list