[gnumeric] various minor fixes



commit 0103ac4f8a7598ef94e6691fecfd561c8f68d47f
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Wed Aug 5 12:09:13 2009 -0600

    various minor fixes
    
    2009-08-05 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* analysis-statistical.xml: fix spelling
    
    2009-08-05 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/wbc-gtk-actions.c: Change action names
    
    2009-08-05 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* search-replace.glade: make the dialog title match the menu entry
    	* search.glade: ditto

 ChangeLog                        |    4 ++++
 doc/C/ChangeLog                  |    4 ++++
 doc/C/analysis-statistical.xml   |    2 +-
 src/dialogs/ChangeLog            |    5 +++++
 src/dialogs/search-replace.glade |    2 +-
 src/dialogs/search.glade         |    2 +-
 src/wbc-gtk-actions.c            |    4 ++--
 7 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index df3fdc1..0d3dc2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-05 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/wbc-gtk-actions.c: Change action names 
+
 2009-07-31 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* src/gui-util.h (gnm_check_for_plugins_missing): new
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index c1ea16c..c6cca47 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-05 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* analysis-statistical.xml: fix spelling
+
 2009-06-20  Morten Welinder <terra gnome org>
 
 	* Release 1.9.9
diff --git a/doc/C/analysis-statistical.xml b/doc/C/analysis-statistical.xml
index 84a1e57..83fc971 100644
--- a/doc/C/analysis-statistical.xml
+++ b/doc/C/analysis-statistical.xml
@@ -1575,7 +1575,7 @@
        the inverse discrete fourier transform
        f<subscript>t</subscript> of the given sequence
        F<subscript>s</subscript> of real numbers</para> <note><para>If
-       the given sequences does not contain a number of terms that is
+       the number of terms in the given sequence is not
        a power of 2 (i.e.  2, 4, 8, 16, 32, 64, 128, etc.), this tool
        will append zeros to reach such a power of 2!</para></note>
      
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index d148de0..d55d787 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-05 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* search-replace.glade: make the dialog title match the menu entry
+	* search.glade: ditto
+
 2009-07-31 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* dialog-analysis-tools.c (dialog_*_tool): check for 
diff --git a/src/dialogs/search-replace.glade b/src/dialogs/search-replace.glade
index 2f5d9d3..d23da8e 100644
--- a/src/dialogs/search-replace.glade
+++ b/src/dialogs/search-replace.glade
@@ -5,7 +5,7 @@
 
 <widget class="GtkDialog" id="search_replace_dialog">
   <property name="border_width">6</property>
-  <property name="title" translatable="yes">Search and Replace</property>
+  <property name="title" translatable="yes">Search & Replace</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
diff --git a/src/dialogs/search.glade b/src/dialogs/search.glade
index 654e0e0..b24ee55 100644
--- a/src/dialogs/search.glade
+++ b/src/dialogs/search.glade
@@ -5,7 +5,7 @@
 
 <widget class="GtkDialog" id="search_dialog">
   <property name="border_width">6</property>
-  <property name="title" translatable="yes">Search Center</property>
+  <property name="title" translatable="yes">Search</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index d7320c0..a8f024a 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -1918,10 +1918,10 @@ static GtkActionEntry const actions[] = {
 		NULL, N_("Edit the selected cell's comment"),
 		G_CALLBACK (cb_insert_comment) },
 
-	{ "EditFind", GTK_STOCK_FIND, N_("_Find..."),
+	{ "EditFind", GTK_STOCK_FIND, N_("S_earch..."),
 		"<control>F", N_("Search for something"),
 		G_CALLBACK (cb_edit_search) },
-	{ "EditReplace", GTK_STOCK_FIND_AND_REPLACE, N_("R_eplace..."),
+	{ "EditReplace", GTK_STOCK_FIND_AND_REPLACE, N_("Search _& Replace..."),
 		"<control>H", N_("Search for something and replace it with something else"),
 		G_CALLBACK (cb_edit_search_replace) },
 



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