Identified and fixed several places with

untranslated strings.

2004-11-13  Christian Stimming  <stimming@tuhh.de>

	* po/POTFILES.in, src/report/report-gnome/window-report.c,
	src/scm/main-window.scm: Identified and fixed several places with
	untranslated strings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@10333 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.8
Christian Stimming 22 years ago
parent 6a442622df
commit 8abc45cf2c

@ -1,3 +1,9 @@
2004-11-13 Christian Stimming <stimming@tuhh.de>
* po/POTFILES.in, src/report/report-gnome/window-report.c,
src/scm/main-window.scm: Identified and fixed several places with
untranslated strings.
2004-11-10 Christian Stimming <stimming@tuhh.de>
* src/engine/gnc-commodity.c, src/engine/iso-4217-currencies.scm:

@ -359,6 +359,7 @@ src/import-export/hbci/gnc-hbci-getbalance.c
src/import-export/hbci/gnc-hbci-gettrans.c
src/import-export/hbci/dialog-daterange.c
src/import-export/hbci/gnc-hbci-transfer.c
src/import-export/log-replay/gnc-log-replay.c
src/import-export/ofx/test/test-link.c
src/import-export/ofx/gnc-ofx-import.c
src/import-export/ofx/gncmod-ofx-import.c

@ -1111,7 +1111,8 @@ gnc_report_window_default_params_editor(SCM options, SCM report)
if (ptr != SCM_BOOL_F) {
title = gh_scm2newstr(ptr, NULL);
}
prm->win = gnc_options_dialog_new(TRUE, title);
/* Don't forget to translate the window title */
prm->win = gnc_options_dialog_new(TRUE, _(title));
if (title) {
free(title);

@ -209,7 +209,7 @@ the account instead of opening a register.") #f))
(gnc:book-kvp-changed book))
(gnc:kvp-option-dialog gnc:id-book
slots "Book Options"
slots (_ "Book Options")
changed_cb)))))
(gnc:add-extension (gnc:make-separator (list "Main" "_File" "_Print")))
)

Loading…
Cancel
Save