diff options
author | tpart <tpart120@proton.me> | 2024-09-20 00:57:13 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-20 00:57:18 +0200 |
commit | e7a18d518772fbe14f2fbd6e0254a0daf326c210 (patch) | |
tree | ae9748259ed3559e9ec2a343b652c22e61627794 /locale | |
parent | a3a8dc97c1459b98352d09f2f0bee9d49855311a (diff) | |
download | hurrycurry-e7a18d518772fbe14f2fbd6e0254a0daf326c210.tar hurrycurry-e7a18d518772fbe14f2fbd6e0254a0daf326c210.tar.bz2 hurrycurry-e7a18d518772fbe14f2fbd6e0254a0daf326c210.tar.zst |
Fix missing empty username translation
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 87e4c358..e57e1178 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -13,6 +13,7 @@ c.error.websocket.unavailable=unavailable c.error.websocket=WebSocket closed with code: {0}, reason {1}. Clean: {2} c.error=Error c.error.server=Error from server: {0} +c.error.empty_username=Username cannot be empty. c.hint.boost=Press {0} to boost c.hint.framerate_low=Your framerate seems to be low. You can lower your graphics settings in the settings menu. c.hint.interact=Press {0} to pick up items and to interact with tools |