From 1a20f33cf66174a26de5eb2c7dc8ac06bd394411 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 3 Jan 2006 19:27:54 +0000 Subject: [PATCH] typos git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12249 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/TRANSLATION_HOWTO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TRANSLATION_HOWTO b/doc/TRANSLATION_HOWTO index 367cb94a94..5515e452c2 100644 --- a/doc/TRANSLATION_HOWTO +++ b/doc/TRANSLATION_HOWTO @@ -310,9 +310,9 @@ that there are no unclosed quotes, etc). To do this, use the msgfmt program This will report any errors in your .po file if it finds them. If you want to see your translations within a running version of gnucash, -simply place your .po file in you SVN copy of the gnucash source code (which +simply place your .po file in your SVN copy of the gnucash source code (which you have previously installed) and from within the po/ directory type (you -may nee to be root to do this): +may need to be root to do this): make install @@ -345,7 +345,7 @@ svn revert configure.in --------------------------------- If you see any "Gtk-CRITICAL" messages while running gnucash, it is probably because you translated a string differently than how it exists in some other -gnome library. You must discover which string you tranlated differently, and +gnome library. You must discover which string you translated differently, and change the translation to exactly match that of the gnome libraries. To do this, you need to run gnucash under gdb: @@ -355,7 +355,7 @@ LANG=XXXX /opt/gnucash-1.8/bin/gnucash-env gdb /usr/bin/guile Then, from within gdb, issue: run -e main -s /opt/gnucash-1.8/libexec/gnucash/overrides/gnucash --g-fatal-warnings -Eventually, gnucash should crash (becuase of the --g-fatal-warnings +Eventually, gnucash should crash (because of the --g-fatal-warnings directive), when it does, issue from within gdb: backtrace