[rkward] rkward/plugins/00saveload/import: Fix typo

Yuri Chornoivan yurchor at ukr.net
Fri Jan 15 14:16:01 UTC 2016


Git commit 8d2c0400aadc78ad37bf9083d40a159f34ed0c3f by Yuri Chornoivan.
Committed on 15/01/2016 at 14:15.
Pushed by yurchor into branch 'master'.

Fix typo

M  +1    -1    rkward/plugins/00saveload/import/import_xls_xlconnect.rkh

http://commits.kde.org/rkward/8d2c0400aadc78ad37bf9083d40a159f34ed0c3f

diff --git a/rkward/plugins/00saveload/import/import_xls_xlconnect.rkh b/rkward/plugins/00saveload/import/import_xls_xlconnect.rkh
index 502b2c8..8d27192 100644
--- a/rkward/plugins/00saveload/import/import_xls_xlconnect.rkh
+++ b/rkward/plugins/00saveload/import/import_xls_xlconnect.rkh
@@ -18,7 +18,7 @@ and requires a working Java-setup. In case this does not work on your system, yo
 		<setting id="file">The filename of the file to import</setting>
 		<setting id="sheet">Numeric index or name/label of the sheet to import from the file. If you specify a name, here, make sure to quote it.</setting>
 		<setting id="header">Whether the first row of data should be used as column headers. Alternatively, columns are named, automatically (by index).</setting>
-		<setting id="rownames">Numeric index or name/label of the row containing row names. If you specify a name, here, make sure to quote it. If you leave this field empty, row-names will
+		<setting id="rownames">Numeric index or name/label of the column containing row names. If you specify a name, here, make sure to quote it. If you leave this field empty, row-names will
 		                       be assigned automatically (row numbers)</setting>
 		<setting id="saveto">The name of an R object to store the imported data in. If you choose an existing symbol name, you will be prompted, whether to overwrite this object.</setting>
 		<setting id="doedit">Whether the object should be opened for editing after it was imported</setting>



More information about the rkward-tracker mailing list