Skip to content

Commit

Permalink
Adjust subdecks tooltip message
Browse files Browse the repository at this point in the history
  • Loading branch information
RisingOrange committed Oct 18, 2023
1 parent 5830a52 commit a0f5d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ankihub/gui/decks_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ def _refresh_box_bottom_right(self) -> None:
self.box_deck_settings_elements.addLayout(self.subdecks_cb_row)

subdecks_tooltip_message = (
"Toggle between the deck being organized into subdecks or not.<br>"
f"This option is only available if notes in the deck have <b>{SUBDECK_TAG}</b> tags."
"Activates organizing the deck into subdecks. "
f"Applies only to decks with <b>{SUBDECK_TAG}</b> tags."
)
self.subdecks_cb = QCheckBox("Enable Subdecks")
self.subdecks_cb.setToolTip(subdecks_tooltip_message)
Expand Down

0 comments on commit a0f5d2c

Please sign in to comment.