I18n: Fix erroneous message.

This (tooltip) string is blatantly wrong, so we need to fix it regardless
of string freeze.

Spotted by Mark Haanen.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19069 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2010-04-23 21:19:49 +00:00
parent 30194b9d42
commit abe7442d02

View File

@@ -80,7 +80,7 @@
(list->vector
(list 4 "4" (N_ "Fourth-level")))
(list->vector
(list 5 "5" (N_ "Fourth-level")))
(list 5 "5" (N_ "Fifth-level")))
(list->vector
(list 6 "6" (N_ "Sixth-level")))))))