mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix untranslated part of string.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14647 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6757d16770
commit
4a0ffb0fd9
@ -617,7 +617,7 @@
|
||||
(gnc:make-html-text
|
||||
(sprintf #f
|
||||
(_ "No valid %s selected. Click on the Options button to select a company.")
|
||||
type-str))))
|
||||
(_ type-str))))) ;; FIXME because of translations: Please change this string into full sentences instead of sprintf, because in non-english languages the "no valid" has different forms depending on the grammatical gender of the "%s".
|
||||
|
||||
(gnc:free-query query)
|
||||
document))
|
||||
|
Loading…
Reference in New Issue
Block a user