Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Aug 22, 2023
2 parents ce72ab3 + c4f93f9 commit d718abb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/html/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class HTMLParser(_markupbase.ParserBase):

CDATA_CONTENT_ELEMENTS = ("script", "style")

def __init__(self, *, convert_charrefs=True):
def __init__(self, convert_charrefs=True):
"""Initialize and reset this instance.
If convert_charrefs is True (the default), all character references
Expand Down
2 changes: 1 addition & 1 deletion mod/header.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init -990 python in mas_submod_utils:
author="Friends of Monika",
name="Say Something",
description=_("Ask your Monika to say something and pose for you~"),
version="1.8.1",
version="1.8.2",
settings_pane="fom_saysomething_settings",
version_updates={
"friends_of_monika_say_something_v1_5_0": "friends_of_monika_say_something_v1_5_1",
Expand Down
4 changes: 2 additions & 2 deletions mod/screen.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -1146,10 +1146,10 @@ screen fom_saysomething_picker(say=True):
action Show("fom_saysomething_confirm_modal",
message=_("You will be able to save up to {2} {0} for Monika to do them one after another in a row. When done,\n"
"click on {{i}}{1}{{/i}} button.\n\n"
"{{i}}You can enable {0} mode by default in submod settings.{{/i}}")
"{{i}}You can enable {1} mode by default in submod settings.{{/i}}")
.format(_("sentences") if say else _("poses"), _("Say") if say else _("Pose"),
_fom_saysomething.MAX_SESSION_SIZE),
ok_button=_("OK"),
ok_button=_("Yes"),
ok_action=Function(picker.enable_session_mode))

## END ENABLE SPEECH MODE BUTTON ----------------------------------------------------------------------------------
Expand Down

0 comments on commit d718abb

Please sign in to comment.