Monika-After-Story / MonikaModDev

DDLC fan mod to extend Monika
http://www.monikaafterstory.com/
Other
1.19k stars 685 forks source link

v0.12.15 typos #10090

Open ThePotatoGuy opened 1 year ago

ThePotatoGuy commented 1 year ago

365019547_799714711643710_3001518915607135131_n

Wingdinggaster656 commented 10 months ago

label mas_d25_gift_end:

    else:
        m 1eka "I just wanted to thank you..."
        m 1rkd "While I'm still a little disappointed you couldn't be with me on Christmas..."
        m 3eka "The fact you too the time to get me something...{w=0.5}{nw}"
        extend 3ekbsa "well it just proves you really were thinking of me during this special season."

The m 3eka line, it should have been took instead of too.

Wingdinggaster656 commented 9 months ago

label monika_nye_year_review:

    elif store.mas_anni.pastSixMonths():
        m 2eka "You know, [player], we really have been through a lot over the time we spent together last year"
        m "The time really just flew by..."

A missing . at the end of m 2eka line.

Wingdinggaster656 commented 6 months ago

screens.rpy:

    layout.MAS_TT_NOTIF = _(
        "Enabling this will let Monika use your system's notifications and check if MAS is your active window "
    )
    layout.MAS_TT_NOTIF_SOUND = _(
        "If enabled, a custom notification sound will play for Monika's notifications "
    )

I'm not sure about this, but all other layout. messages have a period, only these two don't. For the sake of consistency, perhaps it would be better to put a period at the end of these two messages as well.