[rkward-cvs] [rkward] rkward/plugins: Fix typos

Yuri Chornoivan yurchor at ukr.net
Fri Jan 9 18:46:27 UTC 2015


Git commit 0cdfb702a5b72ec006986ba1932c1a6e762e20dc by Yuri Chornoivan.
Committed on 09/01/2015 at 18:45.
Pushed by yurchor into branch 'master'.

Fix typos

M  +1    -1    rkward/plugins/00saveload/import/import_stata.rkh
M  +1    -1    rkward/plugins/00saveload/save/write_csv.rkh
M  +1    -1    rkward/plugins/plots/histogram_options.rkh
M  +1    -1    rkward/plugins/plots/plot_options.xml
M  +1    -1    rkward/plugins/plots/plot_stepfun_options.rkh

http://commits.kde.org/rkward/0cdfb702a5b72ec006986ba1932c1a6e762e20dc

diff --git a/rkward/plugins/00saveload/import/import_stata.rkh b/rkward/plugins/00saveload/import/import_stata.rkh
index 68210c7..287cd53 100644
--- a/rkward/plugins/00saveload/import/import_stata.rkh
+++ b/rkward/plugins/00saveload/import/import_stata.rkh
@@ -8,7 +8,7 @@ Import STATA data files.
 	</summary>
 
 	<usage>
-Choose the STATA data file to import. Usually those files have the ending '*.dta. An R object containing the STATA data will be created. STATA files other than data files (i. e.:*.log, *.smcl, *.do, *.ado) are not supported. 
+Choose the STATA data file to import. Usually those files have the ending '*.dta'. An R object containing the STATA data will be created. STATA files other than data files (i. e.:*.log, *.smcl, *.do, *.ado) are not supported. 
 	</usage>
 
 	<settings>
diff --git a/rkward/plugins/00saveload/save/write_csv.rkh b/rkward/plugins/00saveload/save/write_csv.rkh
index 94f872a..7289614 100644
--- a/rkward/plugins/00saveload/save/write_csv.rkh
+++ b/rkward/plugins/00saveload/save/write_csv.rkh
@@ -9,7 +9,7 @@
 		Export data to CSV or similar file formats.
 	</summary>
 	<usage>
-		Select a tabular data object (like a data frame or matrix) and chose a file to save to. All other options allow you to define the file format, handling of column and row names as well as special character handling.
+		Select a tabular data object (like a data frame or matrix) and choose a file to save to. All other options allow you to define the file format, handling of column and row names as well as special character handling.
 	</usage>
 	<!-- <section id="sct_EDITORDE" title="EDIT OR DELETE ME">
 				EDIT OR DELETE ME
diff --git a/rkward/plugins/plots/histogram_options.rkh b/rkward/plugins/plots/histogram_options.rkh
index de42216..6af40a8 100644
--- a/rkward/plugins/plots/histogram_options.rkh
+++ b/rkward/plugins/plots/histogram_options.rkh
@@ -13,7 +13,7 @@
 		<setting id="rightclosed">This is the <i>right</i> parameter.</setting>
 		<setting id="include_lowest">This is the <i>include.lowest</i> parameter.</setting>
 		<caption id="frame_breaks"/>
-		<setting id="histbreaksFunction">This is the <i>breaks</i> parameter to <b>hist</b>, unless either 'Integer numbers' or 'Vector of break points' is chosen. The 'Integer numbers' options sets the break points as the integers between the minimum and the maximum of the variable. The 'Vector of break points' options sets equally spaced break points in the range of the variable. The number of break points in this case is provided by 'Vector length' (see below).</setting>
+		<setting id="histbreaksFunction">This is the <i>breaks</i> parameter to <b>hist</b>, unless either 'Integer numbers' or 'Vector of break points' is chosen. The 'Integer numbers' option sets the break points as the integers between the minimum and the maximum of the variable. The 'Vector of break points' option sets equally spaced break points in the range of the variable. The number of break points in this case is provided by 'Vector length' (see below).</setting>
 		<setting id="histbreaks_ncells">If 'A single number' is chosen in the above field, then this provides a suggestion to the number of cells. This is the <i>breaks</i> parameter with a single number argument.</setting>
 		<setting id="histbreaks_veclength">If 'Vector of break points' is chosen in the above field, then this provides the length of the vector of equally spaced break points in the range of the variable. This is the <i>breaks</i> parameter with a vector argument. The actual sequence is calculated by an inline function call (see the generated code). The range of the variable is extended by 10% before obtaining the sequence, so that both the minimum and maximum points are included.</setting>
 		<caption id="frame_histborderoptions"/>
diff --git a/rkward/plugins/plots/plot_options.xml b/rkward/plugins/plots/plot_options.xml
index fb60e7d..997450d 100644
--- a/rkward/plugins/plots/plot_options.xml
+++ b/rkward/plugins/plots/plot_options.xml
@@ -133,7 +133,7 @@
 							<option value="3" label="Always vertical " />
 						</dropdown>
 						<row>
-							<input id="cexaxis" label="Tick label scale (relative to cex))" />
+							<input id="cexaxis" label="Tick label scale (relative to cex)" />
 						</row>
 						<stretch/>
 					</frame>
diff --git a/rkward/plugins/plots/plot_stepfun_options.rkh b/rkward/plugins/plots/plot_stepfun_options.rkh
index 3384f4a..62d65de 100644
--- a/rkward/plugins/plots/plot_stepfun_options.rkh
+++ b/rkward/plugins/plots/plot_stepfun_options.rkh
@@ -30,7 +30,7 @@
 		<ul>
 			<li><i>allow_addtoplot</i>: Setting this to "true" ("false") enables (disables) the display of the 'Add to current plot' checkbox.</li>
 			<li><i>default_dopoints</i>: Setting this to "true" ("false") toggles the state of the 'Draw points' checkbox.</li>
-			<li><i>default_verticals</i>: Setting this to "true" ("false") toggles the state of the 'Draw verticals' checkbox.</li>
+			<li><i>default_verticals</i>: Setting this to "true" ("false") toggles the state of the 'Draw vertical lines' checkbox.</li>
 			<li><i>allow_col01line</i>: Setting this to "true" ("false") enables (disables) the display of the two frames ('For y = 0 line' and 'For y = 1 line') for <i>col.01line</i> option to ecdf.</li>
 		</ul>
 	</technical>





More information about the rkward-tracker mailing list