[Gnucash-changes] r13589 - gnucash/trunk/src - I18n cleanup; improve wording to disambiguation the semantics of a bool checkbox.

Christian Stimming cstim at cvs.gnucash.org
Fri Mar 10 15:35:47 EST 2006


Author: cstim
Date: 2006-03-10 15:35:46 -0500 (Fri, 10 Mar 2006)
New Revision: 13589
Trac: http://svn.gnucash.org/trac/changeset/13589

Modified:
   gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c
   gnucash/trunk/src/gnome/glade/price.glade
Log:
I18n cleanup; improve wording to disambiguation the semantics of a bool checkbox.

Modified: gnucash/trunk/src/gnome/glade/price.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/price.glade	2006-03-10 20:35:10 UTC (rev 13588)
+++ gnucash/trunk/src/gnome/glade/price.glade	2006-03-10 20:35:46 UTC (rev 13589)
@@ -782,7 +782,7 @@
 	  <child>
 	    <widget class="GtkCheckButton" id="delete_manual">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Delete manually entered stock prices dated earlier than the specified date. By default, only stock prices added by Finance::Quote will be deleted.</property>
+	      <property name="tooltip" translatable="yes">If activated, delete manually entered stock prices dated earlier than the specified date.  Otherwise only stock prices added by Finance::Quote will be deleted.</property>
 	      <property name="can_focus">True</property>
 	      <property name="label" translatable="yes">Delete _manually entered prices</property>
 	      <property name="use_underline">True</property>
@@ -805,7 +805,7 @@
 	  <child>
 	    <widget class="GtkCheckButton" id="delete_last">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Delete all prices before the specified date.  By default, the last stock price dated before the date will be kept and all earlier quotes deleted.</property>
+	      <property name="tooltip" translatable="yes">If activated, delete all prices before the specified date.  Otherwise the last stock price dated before the date will be kept and all earlier quotes deleted.</property>
 	      <property name="can_focus">True</property>
 	      <property name="label" translatable="yes">Delete _last price for a stock</property>
 	      <property name="use_underline">True</property>

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c	2006-03-10 20:35:10 UTC (rev 13588)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c	2006-03-10 20:35:46 UTC (rev 13589)
@@ -1333,16 +1333,22 @@
   mnemonic = gnc_commodity_get_mnemonic(gnc_default_report_currency());
 
   gtva_update_column_name(priv->present_report_column,
+			  /* Translators: %s is a currency mnemonic.*/
 			  _("Present (%s)"), mnemonic);
   gtva_update_column_name(priv->balance_report_column,
+			  /* Translators: %s is a currency mnemonic.*/
 			  _("Balance (%s)"), mnemonic);
   gtva_update_column_name(priv->cleared_report_column,
+			  /* Translators: %s is a currency mnemonic.*/
 			  _("Cleared (%s)"), mnemonic);
   gtva_update_column_name(priv->reconciled_report_column,
+			  /* Translators: %s is a currency mnemonic.*/
 			  _("Reconciled (%s)"), mnemonic);
   gtva_update_column_name(priv->future_min_report_column,
+			  /* Translators: %s is a currency mnemonic.*/
 			  _("Future Minimum (%s)"), mnemonic);
   gtva_update_column_name(priv->total_report_column,
+			  /* Translators: %s is a currency mnemonic.*/
 			  _("Total (%s)"), mnemonic);
 }
 



More information about the gnucash-changes mailing list