mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
a53cdaae11
commit
9a6a80f65e
12
ChangeLog
12
ChangeLog
@ -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>
|
||||
|
||||
* src/gnome/dialog-sxsincelast.c: make sure to resume gui refresh events
|
||||
|
@ -191,16 +191,16 @@
|
||||
'ledger
|
||||
(list (list->vector
|
||||
(list 'ledger
|
||||
(N_ "Ledger")
|
||||
(N_ "Basic Ledger")
|
||||
(N_ "Show transactions on one or two lines")))
|
||||
(list->vector
|
||||
(list 'auto_ledger
|
||||
(N_ "Auto Ledger")
|
||||
(N_ "Auto-Split Ledger")
|
||||
(N_ "Show transactions on one or two lines \
|
||||
and expand the current transaction")))
|
||||
(list->vector
|
||||
(list 'journal
|
||||
(N_ "Journal")
|
||||
(N_ "Transaction Journal")
|
||||
(N_ "Show expanded transactions with all splits"))))))
|
||||
|
||||
(gnc:register-configuration-option
|
||||
|
@ -924,7 +924,7 @@
|
||||
<widget>
|
||||
<class>GnomeDialog</class>
|
||||
<name>Duplicate Transaction Dialog</name>
|
||||
<title>Duplicate Transaction</title>
|
||||
<title>Duplicate this Transaction</title>
|
||||
<type>GTK_WINDOW_TOPLEVEL</type>
|
||||
<position>GTK_WIN_POS_NONE</position>
|
||||
<modal>True</modal>
|
||||
|
Loading…
Reference in New Issue
Block a user