[gnumeric] spelling and doc updates



commit 2d746d3808630d66d62f0f1f85371a9fd2c7ff2d
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sat Jan 2 14:08:17 2010 -0700

    spelling and doc updates
    
    2010-01-02  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_euroconvert): fix spelling
    
    2010-01-02 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* gui-menus.xml: updated

 doc/C/ChangeLog                  |    4 +++
 doc/C/gui-menus.xml              |   52 ++++++++++++++++++++++++++++++-------
 plugins/fn-financial/ChangeLog   |    4 +++
 plugins/fn-financial/functions.c |    2 +-
 4 files changed, 51 insertions(+), 11 deletions(-)
---
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 6a60f7c..cfd5c63 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-02 Andreas J. Guelzow <aguelzow pyrshep ca>
 
+	* gui-menus.xml: updated
+
+2010-01-02 Andreas J. Guelzow <aguelzow pyrshep ca>
+
 	* figures/menu-edit-select.png: new
 	* gui-menus.xml: updated
 
diff --git a/doc/C/gui-menus.xml b/doc/C/gui-menus.xml
index 2c51f12..3109b35 100644
--- a/doc/C/gui-menus.xml
+++ b/doc/C/gui-menus.xml
@@ -680,7 +680,7 @@
 	      blank. Normally &gnum; will modify formulae that use relative 
 	      addressing to cells outside the selection. The <guilabel>do not
 	      change formulae</guilabel> checkbox suppresses this change. (Note that 
-	      references to cells within the selection are alsways preserved.)
+	      references to cells within the selection are always preserved.)
 	    </para>
 	  </listitem>
 
@@ -869,26 +869,58 @@
 	            <itemizedlist>
      	   		  <listitem>
 				    <para>The
-				      <guimenuitem>Select All</guimenuitem> provides a quick way to
-				      select the entire worksheet. The <guimenuitem>Select
-				      Row</guimenuitem> and <guimenuitem>Select Column</guimenuitem>
-				      menuitems allow the user to select all the rows or columns 
+				      <guimenuitem>All</guimenuitem> item provides a quick way to
+				      select the entire worksheet. 
+				    </para>
+     	   		</listitem>
+
+      	    	<listitem>
+				    <para>
+				      The <guimenuitem>Row</guimenuitem> and <guimenuitem>Column
+                      </guimenuitem>
+				      items allow the user to select all the rows or columns 
 				      spanned by the current selection.
 				    </para>
      	   		</listitem>
 
       	    	<listitem>
 				    <para>
-				      The <guimenuitem>Select Array</guimenuitem> menu item allows a
+				      The <guimenuitem>Array</guimenuitem> menu item allows a
 				      user to select all the cells which are part of the same array
-				      as the current cell. The <guimenuitem>Select Depends
+				      as the current cell. 
+				    </para>
+     	   		</listitem>
+
+      	    	<listitem>
+				    <para>
+				      The <guimenuitem>Depends
                       </guimenuitem> 
-				      menu item selects all the cells which are formulas which at
-				      least partially need the data in the current cell. 
+				      menu item selects all the cells which contain formulas that
+				      reference data in the current cell. 
 				    </para>
      	   		</listitem>
 
       	    	<listitem>
+				    <para>
+				      Similarly, the <guimenuitem>Inputs
+                      </guimenuitem> 
+				      menu item selects all the cells whose data is referenced
+                      by the formula in the current cell. 
+				    </para>
+     	   		</listitem>
+
+      	    	<listitem>
+				    <para>
+				      The <guimenuitem>Next Object
+                      </guimenuitem> 
+				      menu item selects the next sheet object on the current sheet.
+                      If no object is selected it will select the object locate at
+                      the front.
+				    </para>
+     	   		</listitem>
+
+
+      	    	<listitem>
      	      	<para>
      	       	<guimenuitem>Goto cell...</guimenuitem> &mdash; The
 			       <guimenuitem>Goto cell...</guimenuitem> menuitem opens up a
@@ -921,7 +953,7 @@
 	<varlistentry>
 		<term>
 	            <emphasis role="bold">5</emphasis>
-			The only item in this section allows for the general configuration of
+			General Configuration of
             &gnum;.
 		</term>
 		<listitem>
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index f002930..d0a7301 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-02  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_euroconvert): fix spelling
+
 2009-12-15  Morten Welinder <terra gnome org>
 
 	* Release 1.9.17
diff --git a/plugins/fn-financial/functions.c b/plugins/fn-financial/functions.c
index 15b942d..e8a5366 100644
--- a/plugins/fn-financial/functions.c
+++ b/plugins/fn-financial/functions.c
@@ -2170,7 +2170,7 @@ static GnmFuncHelp const help_euroconvert[] = {
         { GNM_FUNC_HELP_ARG, F_("n:amount")},
         { GNM_FUNC_HELP_ARG, F_("source:three-letter source currency code")},
         { GNM_FUNC_HELP_ARG, F_("target:three-letter target currency code")},
-        { GNM_FUNC_HELP_ARG, F_("full_precision:if true, the result is not rounded; if false the result is rounded to 0 or 2 decimals depending on the target urrency; defaults to false.")},
+        { GNM_FUNC_HELP_ARG, F_("full_precision:if true, the result is not rounded; if false the result is rounded to 0 or 2 decimals depending on the target currency; defaults to false.")},
         { GNM_FUNC_HELP_ARG, F_("triangulation_precision:number of digits (at least 3) to be rounded to after the source currency has been converted to euro; omitting this argument results in no rounding.")},
 	{ GNM_FUNC_HELP_DESCRIPTION, F_("EUROCONVERT converts @{n} units of currency @{source} to currency @{target}.  The rates used are the official ones used on the introduction of the Euro.") },
 	{ GNM_FUNC_HELP_NOTE, F_("@{source} and @{target} must be one of the currencies listed for the EURO function.") },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]