2003-03-02 Christian Stimming <stimming@tuhh.de>

* src/app-utils/prefs.scm: Adjust the names of register styles in
	the preferences to those names used in the register View
	menu. This didn't require changes in any option lookup code.

	* src/gnome/glade/register.glade: 'Duplicate Transaction' could
	either mean 'to duplicate a transaction' or 'the duplicate of a
	transaction'. Both need very different translations. Therefore
	changed 'Duplicate Transaction' in the register into 'Duplicate
	this Transaction' to resolve that ambiguity here.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8030 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2003-03-02 09:03:13 +00:00
parent a53cdaae11
commit 9a6a80f65e
3 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,15 @@
2003-03-02 Christian Stimming <stimming@tuhh.de>
* src/app-utils/prefs.scm: Adjust the names of register styles in
the preferences to those names used in the register View
menu. This didn't require changes in any option lookup code.
* src/gnome/glade/register.glade: 'Duplicate Transaction' could
either mean 'to duplicate a transaction' or 'the duplicate of a
transaction'. Both need very different translations. Therefore
changed 'Duplicate Transaction' in the register into 'Duplicate
this Transaction' to resolve that ambiguity here.
2003-03-01 Derek Atkins <derek@ihtfp.com> 2003-03-01 Derek Atkins <derek@ihtfp.com>
* src/gnome/dialog-sxsincelast.c: make sure to resume gui refresh events * src/gnome/dialog-sxsincelast.c: make sure to resume gui refresh events

View File

@ -191,16 +191,16 @@
'ledger 'ledger
(list (list->vector (list (list->vector
(list 'ledger (list 'ledger
(N_ "Ledger") (N_ "Basic Ledger")
(N_ "Show transactions on one or two lines"))) (N_ "Show transactions on one or two lines")))
(list->vector (list->vector
(list 'auto_ledger (list 'auto_ledger
(N_ "Auto Ledger") (N_ "Auto-Split Ledger")
(N_ "Show transactions on one or two lines \ (N_ "Show transactions on one or two lines \
and expand the current transaction"))) and expand the current transaction")))
(list->vector (list->vector
(list 'journal (list 'journal
(N_ "Journal") (N_ "Transaction Journal")
(N_ "Show expanded transactions with all splits")))))) (N_ "Show expanded transactions with all splits"))))))
(gnc:register-configuration-option (gnc:register-configuration-option

View File

@ -924,7 +924,7 @@
<widget> <widget>
<class>GnomeDialog</class> <class>GnomeDialog</class>
<name>Duplicate Transaction Dialog</name> <name>Duplicate Transaction Dialog</name>
<title>Duplicate Transaction</title> <title>Duplicate this Transaction</title>
<type>GTK_WINDOW_TOPLEVEL</type> <type>GTK_WINDOW_TOPLEVEL</type>
<position>GTK_WIN_POS_NONE</position> <position>GTK_WIN_POS_NONE</position>
<modal>True</modal> <modal>True</modal>