diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-26 10:57:17 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-12-26 10:57:17 +0100 |
commit | 35bb41ad0ef2dcb34f143c0cc066610c29bae455 (patch) | |
tree | 6547a2301e8c9909bf927ed3f324520989d476eb /locale | |
parent | 6ca4b3377a08fa30a13835d59f9558419f7f5cd1 (diff) | |
download | hurrycurry-35bb41ad0ef2dcb34f143c0cc066610c29bae455.tar hurrycurry-35bb41ad0ef2dcb34f143c0cc066610c29bae455.tar.bz2 hurrycurry-35bb41ad0ef2dcb34f143c0cc066610c29bae455.tar.zst |
editor load feature and return to editor command
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en.ini b/locale/en.ini index 041e79bc..74faa4f3 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -224,6 +224,7 @@ s.error.no_info=No information available. s.error.no_player=Player does not exist. s.error.no_tile=Tile does not exist. s.error.no_hand=Hand does not exist. +s.error.not_editor_session=Not within an editing session. s.error.packet_not_supported=Packet not supported in this session. s.error.packet_sender_invalid=Packet sent to a player that is not owned by this connection. s.error.quoting_invalid=Command quoting invalid |