Skip to content

Commit

Permalink
[21] Update extra tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Sep 4, 2024
1 parent 39761c4 commit aeee01b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/cards/TextlessTitleCard.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TextlessTitleCard(BaseCardType):
'A card completely devoid of all text.',
'This card is intended to easily enable users to have TCM manage '
'non-TCM-created cards, as well as apply style modifiers (like '
'blurring and grayscale) to images',
'blurring and grayscale) to images.',
]
)

Expand Down
3 changes: 2 additions & 1 deletion modules/cards/TintedFrameTitleCard.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ class TintedFrameTitleCard(BaseCardType):
identifier='frame_width',
description='Width of the frame',
tooltip=(
'Number ≥<v>0</v>. Default is <v>5</v>. Unit is pixels.'
'Number between <v>0</v> and <v>1600</v>. Default is '
'<v>5</v>. Unit is pixels.'
),
default=5,
),
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.12.0-webui20
v2.0-alpha.12.0-webui21

0 comments on commit aeee01b

Please sign in to comment.