[Gnucash-changes] r13691 - gnucash/trunk - Regularize capitalization of the word 'GnuCash'.

David Hampton hampton at cvs.gnucash.org
Thu Mar 23 16:40:13 EST 2006


Author: hampton
Date: 2006-03-23 16:40:12 -0500 (Thu, 23 Mar 2006)
New Revision: 13691
Trac: http://svn.gnucash.org/trac/changeset/13691

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/backend/file/gncmod-backend-file.c
   gnucash/trunk/src/backend/postgres/PostgresBackend.c
   gnucash/trunk/src/business/business-core/businessmod-core.c
   gnucash/trunk/src/business/business-core/file/gncmod-business-backend-file.c
   gnucash/trunk/src/business/business-gnome/businessmod-gnome.c
   gnucash/trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in
   gnucash/trunk/src/business/business-utils/gncmod-business-utils.c
   gnucash/trunk/src/business/dialog-tax-table/gncmod-dialog-tax-table.c
   gnucash/trunk/src/doc/doxygen_main_page.c
   gnucash/trunk/src/engine/gnc-filepath-utils.c
   gnucash/trunk/src/engine/gncmod-engine.c
   gnucash/trunk/src/experimental/cgi-bin/gnc-server.c
   gnucash/trunk/src/gnome-search/gncmod-gnome-search.c
   gnucash/trunk/src/gnome-utils/dialog-options.c
   gnucash/trunk/src/gnome-utils/dialog-preferences.c
   gnucash/trunk/src/gnome-utils/druid-gconf-setup.c
   gnucash/trunk/src/gnome-utils/glade/commodity.glade
   gnucash/trunk/src/gnome-utils/glade/druid-gconf-setup.glade
   gnucash/trunk/src/gnome-utils/glade/preferences.glade
   gnucash/trunk/src/gnome-utils/glade/totd.glade
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
   gnucash/trunk/src/gnome-utils/gnc-splash.c
   gnucash/trunk/src/gnome/dialog-fincalc.c
   gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in
   gnucash/trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in
   gnucash/trunk/src/import-export/generic-import.glade
   gnucash/trunk/src/import-export/hbci/glade/hbci.glade
   gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.c
   gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c
   gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
   gnucash/trunk/src/report/report-gnome/gncmod-report-gnome.c
   gnucash/trunk/src/report/report-system/gncmod-report-system.c
Log:
Regularize capitalization of the word 'GnuCash'.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/ChangeLog	2006-03-23 21:40:12 UTC (rev 13691)
@@ -1,3 +1,8 @@
+2006-03-23  David Hampton  <hampton at employees.org>
+
+	* numerous: Regularize capitalization of the word 'GnuCash' where
+	its user visible.
+
 2006-03-23  Derek Atkins  <derek at ihtfp.com>
 
 	* src/business/business-gnome/businessmod-gnome.c:
@@ -4,7 +9,7 @@
 	  open the bills due reminder at BOOK_OPENED instead of UI_START.
 	  This gets us the bills-due reminder on File->Open as well.
 
-2006-03-23  David Hampton  <david at hampton-pc.rainbolthampton.net>
+2006-03-23  David Hampton  <hampton at employees.org>
 
 	* src/backend/postgres/checkpoint.c: Update to compile on FC5.
 

Modified: gnucash/trunk/src/backend/file/gncmod-backend-file.c
===================================================================
--- gnucash/trunk/src/backend/file/gncmod-backend-file.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/backend/file/gncmod-backend-file.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -38,7 +38,7 @@
 char * 
 libgncmod_backend_file_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The binary and XML (v1 and v2) backends for Gnucash");
+  return g_strdup("The binary and XML (v1 and v2) backends for GnuCash");
 }
 
 int

Modified: gnucash/trunk/src/backend/postgres/PostgresBackend.c
===================================================================
--- gnucash/trunk/src/backend/postgres/PostgresBackend.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/backend/postgres/PostgresBackend.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -2550,7 +2550,7 @@
 	QofBackendProvider *prov;
 
 	prov = g_new0(QofBackendProvider, 1);
-	prov->provider_name = "The Postgres backend for Gnucash";
+	prov->provider_name = "The Postgres backend for GnuCash";
 	prov->access_method = "postgres";
 	prov->partial_book_supported = FALSE;
 	prov->backend_new = pgendNew;

Modified: gnucash/trunk/src/business/business-core/businessmod-core.c
===================================================================
--- gnucash/trunk/src/business/business-core/businessmod-core.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/business/business-core/businessmod-core.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -67,7 +67,7 @@
 char * 
 libgncmod_business_core_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The Gnucash business core");
+  return g_strdup("The GnuCash business core");
 }
 
 int

Modified: gnucash/trunk/src/business/business-core/file/gncmod-business-backend-file.c
===================================================================
--- gnucash/trunk/src/business/business-core/file/gncmod-business-backend-file.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/business/business-core/file/gncmod-business-backend-file.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -70,7 +70,7 @@
 char * 
 libgncmod_business_backend_file_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The XML (v2) parsers for Gnucash business objects");
+  return g_strdup("The XML (v2) parsers for GnuCash business objects");
 }
 
 int

Modified: gnucash/trunk/src/business/business-gnome/businessmod-gnome.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/businessmod-gnome.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/business/business-gnome/businessmod-gnome.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -74,7 +74,7 @@
 char * 
 libgncmod_business_gnome_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The Gnucash business module GNOME UI");
+  return g_strdup("The GnuCash business module GNOME UI");
 }
 
 int

Modified: gnucash/trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in
===================================================================
--- gnucash/trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in	2006-03-23 21:40:12 UTC (rev 13691)
@@ -123,7 +123,7 @@
       <locale name="C">
         <short>Show bills due reminder at startup</short>
         <long>
-	  If active, at startup Gnucash will check to see whether any
+	  If active, at startup GnuCash will check to see whether any
 	  bills will become due soon.  If so, it will present the user
 	  with a reminder dialog.  The definition of "soon" is
 	  controlled by the "Days in Advance" setting.  Otherwise
@@ -142,7 +142,7 @@
         <short>Show bills due within this many days</short>
         <long>
 	  This field defines the number of days in advance that
-	  Gnucash will check for due bills.  Its value is only used if
+	  GnuCash will check for due bills.  Its value is only used if
 	  the "Notify when due" setting is active.
 	</long>
       </locale>

Modified: gnucash/trunk/src/business/business-utils/gncmod-business-utils.c
===================================================================
--- gnucash/trunk/src/business/business-utils/gncmod-business-utils.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/business/business-utils/gncmod-business-utils.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -53,7 +53,7 @@
 char * 
 libgncmod_business_utils_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The Gnucash business utilities module");
+  return g_strdup("The GnuCash business utilities module");
 }
 
 int

Modified: gnucash/trunk/src/business/dialog-tax-table/gncmod-dialog-tax-table.c
===================================================================
--- gnucash/trunk/src/business/dialog-tax-table/gncmod-dialog-tax-table.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/business/dialog-tax-table/gncmod-dialog-tax-table.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -55,7 +55,7 @@
 char * 
 libgncmod_dialog_tax_table_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The Gnucash tax-table GNOME UI module");
+  return g_strdup("The GnuCash tax-table GNOME UI module");
 }
 
 int

Modified: gnucash/trunk/src/doc/doxygen_main_page.c
===================================================================
--- gnucash/trunk/src/doc/doxygen_main_page.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/doc/doxygen_main_page.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -204,8 +204,8 @@
 refresh option.
 
 [cstim 2003-03-25] The "Data Structures" page of doxygen doesn't show
-anything useful for gnucash. Obviously doxygen only accepts "real" C
-struct definitions for inclusion on that page. However, all gnucash
+anything useful for GnuCash. Obviously doxygen only accepts "real" C
+struct definitions for inclusion on that page. However, all GnuCash
 data structures are defined somewhere in private headers, and only the
 typedefs are publically visible. Isn't there a way to have doxygen
 show the documentation for the <i>typedefs</i> on the "Data

Modified: gnucash/trunk/src/engine/gnc-filepath-utils.c
===================================================================
--- gnucash/trunk/src/engine/gnc-filepath-utils.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/engine/gnc-filepath-utils.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -331,7 +331,7 @@
 	g_fprintf(stderr,
 		  _("An error occurred while creating the directory:\n"
 		    "  %s\n"
-		    "Please correct the problem and restart gnucash.\n"
+		    "Please correct the problem and restart GnuCash.\n"
 		    "The reported error was '%s' (errno %d).\n"),
 		  dirname, strerror(errno), errno);
 	exit(1);
@@ -354,7 +354,7 @@
 		_("The path\n"
 		  "  %s\n"
 		  "exists but it is not a directory. Please delete\n"
-		  "the file and start gnucash again.\n"),
+		  "the file and start GnuCash again.\n"),
 		dirname);
       exit(1);
       
@@ -363,7 +363,7 @@
 		_("An unknown error occurred when validating that the\n"
 		  "  %s\n"
 		  "directory exists and is usable. Please correct the\n"
-		  "problem and restart gnucash.  The reported error \n"
+		  "problem and restart GnuCash.  The reported error \n"
 		  "was '%s' (errno %d)."),
 		dirname, strerror(errno), errno);
       exit(1);
@@ -375,7 +375,7 @@
 	      _("The path\n"
 		"  %s\n"
 		"exists but it is not a directory. Please delete\n"
-		"the file and start gnucash again.\n"),
+		"the file and start GnuCash again.\n"),
 	      dirname);
     exit(1);
   }

Modified: gnucash/trunk/src/engine/gncmod-engine.c
===================================================================
--- gnucash/trunk/src/engine/gncmod-engine.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/engine/gncmod-engine.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -38,7 +38,7 @@
 char * 
 libgncmod_engine_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The Gnucash accounting engine");
+  return g_strdup("The GnuCash accounting engine");
 }
 
 int

Modified: gnucash/trunk/src/experimental/cgi-bin/gnc-server.c
===================================================================
--- gnucash/trunk/src/experimental/cgi-bin/gnc-server.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/experimental/cgi-bin/gnc-server.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -38,7 +38,7 @@
          "<h1>Error - Wrong Browser</h1>\n"
          "Your browser was deteted to be %s<p>\n"
          "This server returns finacial data (XML) that only\n"
-         "the gnucash client understands.  You must use gnucash\n"
+         "the GnuCash client understands.  You must use GnuCash\n"
          "to view this data\n"
          "</body></html>\n",
          user_agent);

Modified: gnucash/trunk/src/gnome/dialog-fincalc.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-fincalc.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome/dialog-fincalc.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -314,7 +314,7 @@
 {
   const char *missing = _("This program can only calculate one value at a time. "
 			  "You must enter values for all but one quantity.");
-  const char *bad_exp = _("Gnucash cannot determine the value in one of the fields. "
+  const char *bad_exp = _("GnuCash cannot determine the value in one of the fields. "
 			  "You must enter a valid expression.");
   const char *string;
   gnc_numeric nvalue;

Modified: gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in
===================================================================
--- gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in	2006-03-23 21:40:12 UTC (rev 13691)
@@ -77,8 +77,8 @@
       <locale name="C">
         <short>Automatically insert a decimal point</short>
         <long>
-	  If active, Gnucash will automatically insert a decimal point
-	  into values that are entered without one.  Otherwise Gnucash
+	  If active, GnuCash will automatically insert a decimal point
+	  into values that are entered without one.  Otherwise GnuCash
 	  will not modify entered numbers.
 	</long>
       </locale>
@@ -196,7 +196,7 @@
 	  This setting controls the source of the default currency for
 	  new accounts.  If set to "locale" then GnuCash will retrieve
 	  the default currency from the user's locale setting.  If set
-	  to "other", Gnucash will use the setting specified by the
+	  to "other", GnuCash will use the setting specified by the
 	  currency_other key.
 	</long>
       </locale>
@@ -440,7 +440,7 @@
 	  This setting controls the default currency used for
 	  reports. If set to "locale" then GnuCash will retrieve the
 	  default currency from the user's locale setting.  If set to
-	  "other", Gnucash will use the setting specified by the
+	  "other", GnuCash will use the setting specified by the
 	  currency_other key.
 	</long>
       </locale>

Modified: gnucash/trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in
===================================================================
--- gnucash/trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in	2006-03-23 21:40:12 UTC (rev 13691)
@@ -39,7 +39,7 @@
 	  This setting controls the type of starting date used in
 	  profit/loss calculations.  If set to "absolute" then GnuCash
 	  will retrieve the starting date specified by the start_date
-	  key.  If set to anything else, Gnucash will retrieve the
+	  key.  If set to anything else, GnuCash will retrieve the
 	  starting date specified by the start_period key.
 	</long>
       </locale>
@@ -91,7 +91,7 @@
 	  This setting controls the type of ending date used in
 	  profit/loss calculations.  If set to "absolute" then GnuCash
 	  will retrieve the ending date specified by the end_date
-	  key.  If set to anything else, Gnucash will retrieve the
+	  key.  If set to anything else, GnuCash will retrieve the
 	  ending date specified by the end_period key.
 	</long>
       </locale>

Modified: gnucash/trunk/src/gnome-search/gncmod-gnome-search.c
===================================================================
--- gnucash/trunk/src/gnome-search/gncmod-gnome-search.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-search/gncmod-gnome-search.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -59,7 +59,7 @@
 char * 
 libgncmod_gnome_search_LTX_gnc_module_description(void) 
 {
-  return g_strdup("The Gnucash Gnome Search UI");
+  return g_strdup("The GnuCash Gnome Search UI");
 }
 
 int

Modified: gnucash/trunk/src/gnome-utils/dialog-options.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-options.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/dialog-options.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -1407,8 +1407,8 @@
   GtkWidget * hbox;
 
   retval = g_new0(GNCOptionWin, 1);
-  xml = gnc_glade_xml_new ("preferences.glade", "Gnucash Options");
-  retval->dialog = glade_xml_get_widget (xml, "Gnucash Options");
+  xml = gnc_glade_xml_new ("preferences.glade", "GnuCash Options");
+  retval->dialog = glade_xml_get_widget (xml, "GnuCash Options");
   retval->page_list = glade_xml_get_widget (xml, "page_list");
 
   glade_xml_signal_autoconnect_full( xml,

Modified: gnucash/trunk/src/gnome-utils/dialog-preferences.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-preferences.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/dialog-preferences.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -1373,8 +1373,8 @@
 
   ENTER("");
   DEBUG("Opening preferences.glade:");
-  xml = gnc_glade_xml_new(GLADE_FILENAME, "Gnucash Preferences");
-  dialog = glade_xml_get_widget(xml, "Gnucash Preferences");
+  xml = gnc_glade_xml_new(GLADE_FILENAME, "GnuCash Preferences");
+  dialog = glade_xml_get_widget(xml, "GnuCash Preferences");
   DEBUG("autoconnect");
   glade_xml_signal_autoconnect_full(xml, gnc_glade_autoconnect_full_func,
 				    dialog);

Modified: gnucash/trunk/src/gnome-utils/druid-gconf-setup.c
===================================================================
--- gnucash/trunk/src/gnome-utils/druid-gconf-setup.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/druid-gconf-setup.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -148,11 +148,11 @@
     return FALSE;
   }
 
-  fprintf(output, "\n######## The following lines were added by Gnucash. ########\n");
+  fprintf(output, "\n######## The following lines were added by GnuCash. ########\n");
   if (!found_user_dir)
     fprintf(output, PATH_STRING1);
   fprintf(output, PATH_STRING2, GNC_GCONF_DIR);
-  fprintf(output,   "############## End of lines added by Gnucash. ##############\n");
+  fprintf(output,   "############## End of lines added by GnuCash. ##############\n");
   if (fclose(output) != 0)  {
     *error = g_error_new (G_FILE_ERROR,
 			  g_file_error_from_errno(errno),
@@ -400,26 +400,26 @@
   gint who, how;
   gchar *text;
   const gchar *pgm_path =
-    _("When you click Apply, Gnucash will modify your ~/.gconf.path file "
+    _("When you click Apply, GnuCash will modify your ~/.gconf.path file "
       "and restart the gconf backend.");
   const gchar *pgm_install =
-    _("When you click Apply, Gnucash will install the gconf data into your "
+    _("When you click Apply, GnuCash will install the gconf data into your "
       "local ~/.gconf file and restart the gconf backend.  The %s script "
       "must be found in your search path for this to work correctly.");
   const gchar *user_path =
     _("You have chosen to correct the problem by yourself.  When you click "
-      "Apply, Gnucash will exit.  Please correct the problem and restart "
+      "Apply, GnuCash will exit.  Please correct the problem and restart "
       "the gconf backend with the command 'gconftool-2 --shutdown' before "
-      "restarting Gnucash.  If you have not already done so, you can click "
+      "restarting GnuCash.  If you have not already done so, you can click "
       "the Back button and copy the necessary text from the dialog.");
   const gchar *user_install =
     _("You have chosen to correct the problem by yourself.  When you "
-      "click Apply, Gnucash will exit.  Please run the %s script which "
+      "click Apply, GnuCash will exit.  Please run the %s script which "
       "will install the configuration data and restart the gconf backend.");
   const gchar *user_did =
     _("You have already corrected the problem and restarted the gconf "
       "backend with the command 'gconftool-2 --shutdown'.  When you click "
-      "Apply, Gnucash will continue loading.");
+      "Apply, GnuCash will continue loading.");
 
   who = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(druid), WHO_DOES));
   switch (who) {

Modified: gnucash/trunk/src/gnome-utils/glade/commodity.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/commodity.glade	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/glade/commodity.glade	2006-03-23 21:40:12 UTC (rev 13691)
@@ -1194,7 +1194,7 @@
 	      <child>
 		<widget class="GtkRadioButton" id="unknown_source_button">
 		  <property name="visible">True</property>
-		  <property name="tooltip" translatable="yes">These are quote sources that were recently added to F::Q.  Gnucash does not know if these sources retrieve information from a single site or from multiple sites on the internet.</property>
+		  <property name="tooltip" translatable="yes">These are quote sources that were recently added to F::Q.  GnuCash does not know if these sources retrieve information from a single site or from multiple sites on the internet.</property>
 		  <property name="can_focus">True</property>
 		  <property name="label" translatable="yes">_Unknown:</property>
 		  <property name="use_underline">True</property>

Modified: gnucash/trunk/src/gnome-utils/glade/druid-gconf-setup.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/druid-gconf-setup.glade	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/glade/druid-gconf-setup.glade	2006-03-23 21:40:12 UTC (rev 13691)
@@ -238,7 +238,7 @@
 	      <property name="visible">True</property>
 	      <property name="label" translatable="yes">&lt;b&gt;Cannot find default values&lt;/b&gt;
 
-The configuration data used to specify default values for Gnucash cannot be found in the default system locations.  Without this data Gnucash will still operate properly but it may require some extra time to setup.  Do you wish to setup the configuration data?</property>
+The configuration data used to specify default values for GnuCash cannot be found in the default system locations.  Without this data GnuCash will still operate properly but it may require some extra time to setup.  Do you wish to setup the configuration data?</property>
 	      <property name="use_underline">False</property>
 	      <property name="use_markup">True</property>
 	      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -268,7 +268,7 @@
 
 <widget class="GtkWindow" id="GConf Install Druid">
   <property name="visible">True</property>
-  <property name="title" translatable="yes">Update gconf settings - Gnucash</property>
+  <property name="title" translatable="yes">Update gconf settings - GnuCash</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
@@ -292,8 +292,8 @@
 	<widget class="GnomeDruidPageEdge" id="start_page">
 	  <property name="visible">True</property>
 	  <property name="position">GNOME_EDGE_START</property>
-	  <property name="title" translatable="yes">Update gnucash configuration data</property>
-	  <property name="text" translatable="yes">The configuration data used by Gnucash to specify its default values cannot be found in the default system locations.  Without this data Gnucash will still operate properly, but it may require some extra time to set up.</property>
+	  <property name="title" translatable="yes">Update GnuCash configuration data</property>
+	  <property name="text" translatable="yes">The configuration data used by GnuCash to specify its default values cannot be found in the default system locations.  Without this data GnuCash will still operate properly, but it may require some extra time to set up.</property>
 	</widget>
       </child>
 
@@ -430,7 +430,7 @@
 			  <property name="left_margin">0</property>
 			  <property name="right_margin">0</property>
 			  <property name="indent">0</property>
-			  <property name="text" translatable="yes">This method will modify the file .gconf.path in your home directory.  It will add the Gnucash install directory to this path so that Gnucash can find its default settings and their descriptions.</property>
+			  <property name="text" translatable="yes">This method will modify the file .gconf.path in your home directory.  It will add the GnuCash install directory to this path so that GnuCash can find its default settings and their descriptions.</property>
 			</widget>
 		      </child>
 		    </widget>
@@ -469,7 +469,7 @@
 			  <property name="left_margin">0</property>
 			  <property name="right_margin">0</property>
 			  <property name="indent">0</property>
-			  <property name="text" translatable="yes">This method will install the Gnucash default settings and descriptions into the .gconf directory within your home directory.  The disadvantage to this method is that future updates to GnuCash will not update your local settings to add in new keys.</property>
+			  <property name="text" translatable="yes">This method will install the GnuCash default settings and descriptions into the .gconf directory within your home directory.  The disadvantage to this method is that future updates to GnuCash will not update your local settings to add in new keys.</property>
 			</widget>
 		      </child>
 		    </widget>
@@ -677,7 +677,7 @@
 			      <property name="left_margin">0</property>
 			      <property name="right_margin">0</property>
 			      <property name="indent">0</property>
-			      <property name="text">Gnucash will add the appropriate text here.
+			      <property name="text">GnuCash will add the appropriate text here.
 </property>
 			    </widget>
 			  </child>
@@ -739,7 +739,7 @@
 		  <child>
 		    <widget class="GtkLabel" id="label4">
 		      <property name="visible">True</property>
-		      <property name="label" translatable="yes">Gnucash will update the system path for you.</property>
+		      <property name="label" translatable="yes">GnuCash will update the system path for you.</property>
 		      <property name="use_underline">False</property>
 		      <property name="use_markup">False</property>
 		      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -822,7 +822,7 @@
 			  <property name="left_margin">0</property>
 			  <property name="right_margin">0</property>
 			  <property name="indent">0</property>
-			  <property name="text" translatable="yes">You have chosen to install the configuration data used by Gnucash into the ~/.gconf directory.  GnuCash can do this for you, or tell you how to do it yourself.</property>
+			  <property name="text" translatable="yes">You have chosen to install the configuration data used by GnuCash into the ~/.gconf directory.  GnuCash can do this for you, or tell you how to do it yourself.</property>
 			</widget>
 		      </child>
 		    </widget>
@@ -981,7 +981,7 @@
 		  <child>
 		    <widget class="GtkLabel" id="label6">
 		      <property name="visible">True</property>
-		      <property name="label" translatable="yes">Gnucash will install the data for you.</property>
+		      <property name="label" translatable="yes">GnuCash will install the data for you.</property>
 		      <property name="use_underline">False</property>
 		      <property name="use_markup">False</property>
 		      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -1019,7 +1019,7 @@
 	  <property name="visible">True</property>
 	  <property name="position">GNOME_EDGE_FINISH</property>
 	  <property name="title" translatable="yes">Finish changes</property>
-	  <property name="text">Gnucash will fill this text in based upon the previous choices.</property>
+	  <property name="text">GnuCash will fill this text in based upon the previous choices.</property>
 	  <signal name="prepare" handler="druid_gconf_finish_page_prepare" last_modification_time="Thu, 14 Jul 2005 04:54:49 GMT"/>
 	  <signal name="back" handler="druid_gconf_finish_page_back" last_modification_time="Thu, 14 Jul 2005 04:54:55 GMT"/>
 	  <signal name="finish" handler="druid_gconf_finish_page_finish" last_modification_time="Thu, 14 Jul 2005 04:55:11 GMT"/>

Modified: gnucash/trunk/src/gnome-utils/glade/preferences.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/preferences.glade	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/glade/preferences.glade	2006-03-23 21:40:12 UTC (rev 13691)
@@ -4,8 +4,8 @@
 <glade-interface>
 <requires lib="gnome"/>
 
-<widget class="GtkDialog" id="Gnucash Options">
-  <property name="title" translatable="yes">Gnucash Options</property>
+<widget class="GtkDialog" id="GnuCash Options">
+  <property name="title" translatable="yes">GnuCash Options</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
@@ -137,8 +137,8 @@
   </child>
 </widget>
 
-<widget class="GtkDialog" id="Gnucash Preferences">
-  <property name="title" translatable="yes">Gnucash Preferences</property>
+<widget class="GtkDialog" id="GnuCash Preferences">
+  <property name="title" translatable="yes">GnuCash Preferences</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
@@ -1999,7 +1999,7 @@
 	      <child>
 		<widget class="GtkCheckButton" id="gconf/general/register/use_theme_colors">
 		  <property name="visible">True</property>
-		  <property name="tooltip" translatable="yes">If checked, the system color theme will be applied to register windows.  If clear, the original gnucash register colors will be used.</property>
+		  <property name="tooltip" translatable="yes">If checked, the system color theme will be applied to register windows.  If clear, the original GnuCash register colors will be used.</property>
 		  <property name="can_focus">True</property>
 		  <property name="label" translatable="yes">_Use system theme colors</property>
 		  <property name="use_underline">True</property>

Modified: gnucash/trunk/src/gnome-utils/glade/totd.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/totd.glade	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/glade/totd.glade	2006-03-23 21:40:12 UTC (rev 13691)
@@ -7,7 +7,7 @@
 <widget class="GtkDialog" id="totd_dialog">
   <property name="border_width">6</property>
   <property name="visible">True</property>
-  <property name="title" translatable="yes">Gnucash Tip Of The Day</property>
+  <property name="title" translatable="yes">GnuCash Tip Of The Day</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -999,9 +999,9 @@
   QofSession *session;
   GtkWidget *dialog;
   gint response;
-  const gchar *title = _("Quit Gnucash?");
+  const gchar *title = _("Quit GnuCash?");
   const gchar *message =_("You are attempting to close the last "
-			  "Gnucash window.  Doing so will quit the "
+			  "GnuCash window.  Doing so will quit the "
 			  "application.  Are you sure that this is "
 			  "what you want to do?");
 

Modified: gnucash/trunk/src/gnome-utils/gnc-splash.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-splash.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/gnome-utils/gnc-splash.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -85,11 +85,11 @@
   vbox = gtk_vbox_new (FALSE, 3);
 #ifdef GNUCASH_SVN
   /* Development version */
-  ver_string = g_strdup_printf(_("Version: Gnucash-%s svn (r%s built %s)"),
+  ver_string = g_strdup_printf(_("Version: GnuCash-%s svn (r%s built %s)"),
 			       VERSION, GNUCASH_SVN_REV, GNUCASH_BUILD_DATE);
 #else
   /* Dist Tarball */
-  ver_string = g_strdup_printf(_("Version: Gnucash-%s (r%s built %s)"),
+  ver_string = g_strdup_printf(_("Version: GnuCash-%s (r%s built %s)"),
 			       VERSION, GNUCASH_SVN_REV, GNUCASH_BUILD_DATE);
 #endif
 

Modified: gnucash/trunk/src/import-export/generic-import.glade
===================================================================
--- gnucash/trunk/src/import-export/generic-import.glade	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/import-export/generic-import.glade	2006-03-23 21:40:12 UTC (rev 13691)
@@ -83,7 +83,7 @@
       <child>
 	<widget class="GtkLabel" id="label847715">
 	  <property name="visible">True</property>
-	  <property name="label" translatable="yes">Please select or create an appropriate Gnucash account for:</property>
+	  <property name="label" translatable="yes">Please select or create an appropriate GnuCash account for:</property>
 	  <property name="use_underline">False</property>
 	  <property name="use_markup">False</property>
 	  <property name="justify">GTK_JUSTIFY_CENTER</property>

Modified: gnucash/trunk/src/import-export/hbci/glade/hbci.glade
===================================================================
--- gnucash/trunk/src/import-export/hbci/glade/hbci.glade	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/import-export/hbci/glade/hbci.glade	2006-03-23 21:40:12 UTC (rev 13691)
@@ -388,7 +388,7 @@
 	  <property name="visible">True</property>
 	  <property name="position">GNOME_EDGE_FINISH</property>
 	  <property name="title" translatable="yes">HBCI Setup Finished</property>
-	  <property name="text" translatable="yes">Now the setup for all HBCI accounts that are matching to a Gnucash account is finished. You can now invoke HBCI actions on those accounts.
+	  <property name="text" translatable="yes">Now the setup for all HBCI accounts that are matching to a GnuCash account is finished. You can now invoke HBCI actions on those accounts.
 
 If you want to add another HBCI bank, user, or account, you can start this druid again anytime.
 

Modified: gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.c
===================================================================
--- gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -43,7 +43,7 @@
 
 static GtkActionEntry gnc_plugin_actions [] = {
 	{ "LogReplayAction", GTK_STOCK_CONVERT, N_("_Replay GnuCash .log file..."), NULL,
-	  N_("Replay a gnucash log file after a crash.  This cannot be undone."),
+	  N_("Replay a GnuCash log file after a crash.  This cannot be undone."),
 	  G_CALLBACK (gnc_plugin_log_replay_cmd_new_log_replay) },
 };
 static guint gnc_plugin_n_actions = G_N_ELEMENTS (gnc_plugin_actions);

Modified: gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c
===================================================================
--- gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -287,13 +287,13 @@
 	  g_free(tmp);
 	}
 	
-	PERR("WRITEME: Gnucash ofx_proc_transaction():Add PAYEE and ADRESS here once supported by libofx!\n");
+	PERR("WRITEME: GnuCash ofx_proc_transaction():Add PAYEE and ADRESS here once supported by libofx!\n");
 	
 	/* Ideally, gnucash should process the corrected transactions */
 	if(data.fi_id_corrected_valid==true){
-	  PERR("WRITEME: Gnucash ofx_proc_transaction(): WARNING: This transaction corrected a previous transaction, but we created a new one instead!\n");
+	  PERR("WRITEME: GnuCash ofx_proc_transaction(): WARNING: This transaction corrected a previous transaction, but we created a new one instead!\n");
 	  tmp=notes;
-	  notes=g_strdup_printf("%s%s%s%s",tmp,"|This corrects transaction #",data.fi_id_corrected,"but Gnucash didn't process the correction!");
+	  notes=g_strdup_printf("%s%s%s%s",tmp,"|This corrects transaction #",data.fi_id_corrected,"but GnuCash didn't process the correction!");
 	  g_free(tmp);
 	}
 	xaccTransSetNotes(transaction, notes);

Modified: gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
===================================================================
--- gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -829,7 +829,7 @@
 	  N_("Add the current report to the `Custom' menu for later use. "
 	     "The report will be saved in the file ~/.gnucash/saved-reports-2.0. "
 	     "It will be accessible as menu entry in the report menu at the "
-	     "next startup of gnucash."),
+	     "next startup of GnuCash."),
           G_CALLBACK(gnc_plugin_page_report_save_cb) },
         { "ReportExportAction", GTK_STOCK_CONVERT, N_("Export _Report"), NULL,
 	  N_("Export HTML-formatted report to file"),

Modified: gnucash/trunk/src/report/report-gnome/gncmod-report-gnome.c
===================================================================
--- gnucash/trunk/src/report/report-gnome/gncmod-report-gnome.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/report/report-gnome/gncmod-report-gnome.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -40,7 +40,7 @@
 
 char * 
 libgncmod_report_gnome_LTX_gnc_module_description(void) {
-  return g_strdup("Gnome component of Gnucash report generation system");
+  return g_strdup("Gnome component of GnuCash report generation system");
 }
 
 static void

Modified: gnucash/trunk/src/report/report-system/gncmod-report-system.c
===================================================================
--- gnucash/trunk/src/report/report-system/gncmod-report-system.c	2006-03-23 20:42:54 UTC (rev 13690)
+++ gnucash/trunk/src/report/report-system/gncmod-report-system.c	2006-03-23 21:40:12 UTC (rev 13691)
@@ -35,7 +35,7 @@
 
 char * 
 libgncmod_report_system_LTX_gnc_module_description(void) {
-  return g_strdup("Core components of Gnucash report generation system");
+  return g_strdup("Core components of GnuCash report generation system");
 }
 
 static void



More information about the gnucash-changes mailing list