mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix translatable strings. Patch provided by Aurimas Fišeras.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22053 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ab5bd505f0
commit
a350d5206a
@ -221,11 +221,11 @@
|
||||
(gnc-commodity-get-mnemonic report-currency)))
|
||||
(gnc:html-scatter-set-x-axis-label!
|
||||
chart (case interval
|
||||
((DayDelta) (N_ "Days"))
|
||||
((WeekDelta) (N_ "Weeks"))
|
||||
((TwoWeekDelta) (N_ "Double-Weeks"))
|
||||
((MonthDelta) (N_ "Months"))
|
||||
((YearDelta) (N_ "Years"))))
|
||||
((DayDelta) (_ "Days"))
|
||||
((WeekDelta) (_ "Weeks"))
|
||||
((TwoWeekDelta) (_ "Double-Weeks"))
|
||||
((MonthDelta) (_ "Months"))
|
||||
((YearDelta) (_ "Years"))))
|
||||
|
||||
(if
|
||||
(not (gnc-commodity-equiv report-currency price-commodity))
|
||||
|
Loading…
Reference in New Issue
Block a user