I18N: Unify period labels; quote terms in a tooltip

This commit is contained in:
Frank H. Ellenberger
2021-04-25 20:40:33 +02:00
parent 1b57c297af
commit a4fd8e8b3b
3 changed files with 7 additions and 7 deletions

View File

@@ -725,7 +725,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Set Review Created Transactions as the default in the Since Last Run dialog.</property>
<property name="tooltip_text" translatable="yes">Set 'Review Created Transactions' as the default in the 'Since Last Run' dialog.</property>
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>

View File

@@ -67,7 +67,7 @@
(vector 'WeekDelta (N_ "One Week"))
(vector 'TwoWeekDelta (N_ "Two Weeks"))
(vector 'MonthDelta (N_ "One Month"))
(vector 'QuarterDelta (N_ "One Quarter"))
(vector 'QuarterDelta (N_ "Quarter Year"))
(vector 'HalfYearDelta (N_ "Half Year"))
(vector 'YearDelta (N_ "One Year"))))))

View File

@@ -152,12 +152,12 @@ also show overall period profit & loss."))
'disabled
(list
(vector 'disabled (G_ "Disabled"))
(vector 'YearDelta (G_ "Year"))
(vector 'YearDelta (G_ "One Year"))
(vector 'HalfYearDelta (G_ "Half Year"))
(vector 'QuarterDelta (G_ "Quarter"))
(vector 'MonthDelta (G_ "Month"))
(vector 'TwoWeekDelta (G_ "2Week"))
(vector 'WeekDelta (G_ "Week")))
(vector 'QuarterDelta (G_ "Quarter Year"))
(vector 'MonthDelta (G_ "One Month"))
(vector 'TwoWeekDelta (G_ "Two Weeks"))
(vector 'WeekDelta (G_ "One Week")))
#f
(lambda (x)
(let ((x (not (eq? x 'disabled))))