remove 'invert', as night mode is on when checkbox is on

This commit is contained in:
Damien Elmes 2020-07-31 14:35:18 +10:00
parent 1a1919b6ac
commit e2425d3b0d
2 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ class CardLayout(QDialog):
if not self.note_has_empty_field():
a.setVisible(False)
a = m.addAction(tr(TR.CARD_TEMPLATES_INVERT_NIGHT_MODE))
a = m.addAction(tr(TR.CARD_TEMPLATES_NIGHT_MODE))
a.setCheckable(True)
a.setChecked(self.night_mode_action_toggled)
qconnect(a.triggered, self.on_night_mode_action_toggled)

View File

@ -13,7 +13,7 @@ card-templates-preview-box = Preview
card-templates-template-box = Template
card-templates-sample-cloze = This is a {"{{c1::"}sample{"}}"} cloze deletion.
card-templates-fill-empty = Fill Empty Fields
card-templates-invert-night-mode = Invert Night Mode
card-templates-night-mode = Night Mode
card-templates-add-mobile-class = Add Mobile Class
card-templates-preview-settings = Options
card-templates-invalid-template-number = Card template { $number } has a problem.