Allow clearing the message log.
This commit is contained in:
parent
4efe82ab34
commit
bbf89546e3
6 changed files with 84 additions and 5 deletions
|
|
@ -418,6 +418,10 @@ SWWM_NOSTOREBUY = "(no items left to buy)";
|
|||
SWWM_NOSTORESELL = "(no items to be sold)";
|
||||
SWWM_CHATTAB = "Messages";
|
||||
SWWM_NOCHAT = "(message history is empty)";
|
||||
SWWM_CLEARCHAT0 = "Are you sure you want to clear all messages?";
|
||||
SWWM_CLEARCHAT1 = "\cfEnter, Left Click\c- to confirm";
|
||||
SWWM_CLEARCHAT2 = "\cfBackspace, Right Click\c- to cancel";
|
||||
SWWM_CHATCLEARED = "Message history has been cleared.";
|
||||
SWWM_SECRETTAB = "Secret";
|
||||
SWWM_TODEMO = "\cx\"Fight for justice, Demo-chan! You can do it!\"\c- \cg♥\c- Ibuki & Saya";
|
||||
SWWM_CUTIECLUB = "\cx\"Never lose hope, Demo-chan! We're all with you!\"\c- \cg♥\c- Cutie Club";
|
||||
|
|
@ -513,7 +517,9 @@ SWWM_HELPTXT =
|
|||
"\cxMessages Tab - Controls\c-\n"
|
||||
"\cx———————————————————————\c-\n"
|
||||
"\n"
|
||||
"\cfUp, Down:\c- Scroll";
|
||||
"\cfUp, Down:\c- Scroll\n"
|
||||
"\cfBackspace, Right Click:\c- Clear messages\n"
|
||||
"\cfEnter, Left Click:\c- Confirm clear";
|
||||
SWWM_GAMETAB = "Games";
|
||||
SWWM_PICKGAME = "Choose a game";
|
||||
SWWM_GAMETITLE_MADCATGAME = "Boot Test";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue