[Gnucash-changes] r12172 - gnucash/trunk/src/gnome - Even better
i18n string explanations
Christian Stimming
cstim at cvs.gnucash.org
Thu Dec 22 16:34:13 EST 2005
Author: cstim
Date: 2005-12-22 16:34:12 -0500 (Thu, 22 Dec 2005)
New Revision: 12172
Trac: http://svn.gnucash.org/trac/changeset/12172
Modified:
gnucash/trunk/src/gnome/druid-loan.c
Log:
Even better i18n string explanations
Modified: gnucash/trunk/src/gnome/druid-loan.c
===================================================================
--- gnucash/trunk/src/gnome/druid-loan.c 2005-12-22 21:30:55 UTC (rev 12171)
+++ gnucash/trunk/src/gnome/druid-loan.c 2005-12-22 21:34:12 UTC (rev 12172)
@@ -549,11 +549,12 @@
GtkAlignment *a;
GNCOptionInfo typeOptInfo[] = {
{ _("Fixed"), _("A Fixed-Rate loan"), ld_prm_type_changed, ldd },
+ { _("3/1 Year"),
/* Translators: ARM = Adjustable Rate Mortgage; that is a
loan where the rate is constant for the period before
the '/', e.g. 5 years, and then may change. See also
http://www.fanniemae.com/tools/glossary.jhtml */
- { _("3/1 Year"), _("A 3/1 Year ARM"), ld_prm_type_changed, ldd },
+ _("A 3/1 Year ARM"), ld_prm_type_changed, ldd },
{ _("5/1 Year"), _("A 5/1 Year ARM"), ld_prm_type_changed, ldd },
{ _("7/1 Year"), _("A 7/1 Year ARM"), ld_prm_type_changed, ldd },
{ _("10/1 Year"), _("A 10/1 Year ARM"), ld_prm_type_changed, ldd },
More information about the gnucash-changes
mailing list