[Gnucash-changes] r13144 - gnucash/trunk/src/business/business-gnome - String cleanup; add translator comments

Christian Stimming cstim at cvs.gnucash.org
Tue Feb 7 16:05:34 EST 2006


Author: cstim
Date: 2006-02-07 16:05:33 -0500 (Tue, 07 Feb 2006)
New Revision: 13144
Trac: http://svn.gnucash.org/trac/changeset/13144

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-invoice.c
Log:
String cleanup; add translator comments

Modified: gnucash/trunk/src/business/business-gnome/dialog-invoice.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2006-02-07 21:04:53 UTC (rev 13143)
+++ gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2006-02-07 21:05:33 UTC (rev 13144)
@@ -2201,6 +2201,8 @@
     { NULL },
   };
   static GNCSearchCallbackButton emp_buttons[] = { 
+    /* Translators: The terms 'Voucher' and 'Expense Voucher' are used
+       interchangeably in gnucash and mean the same thing. */
     { N_("View/Edit Voucher"), edit_invoice_cb},
     { N_("Process Payment"), pay_invoice_cb},
     { NULL },
@@ -2292,7 +2294,7 @@
 					   _("Date Opened"), NULL, type,
 					   INVOICE_OPENED, NULL);
     emp_params = gnc_search_param_prepend (emp_params,
-					   _("Employee Name "), NULL, type,
+					   _("Employee Name"), NULL, type,
 					   INVOICE_OWNER, OWNER_PARENT,
 					   OWNER_NAME, NULL);
     emp_params = gnc_search_param_prepend (emp_params,



More information about the gnucash-changes mailing list