diff options
author | piernov <piernov@piernov.org> | 2016-05-02 20:04:15 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-02 20:04:15 +0200 |
commit | bb029a5feff5c3d284ef8d509c116eee345c13b9 (patch) | |
tree | de151dfb014175908fbe0415dd1fadac1a66edbe /inc/messages.inc | |
parent | 035a477c4f30180edecead29e8bcda34a0725881 (diff) | |
download | candybox-bb029a5feff5c3d284ef8d509c116eee345c13b9.tar.gz candybox-bb029a5feff5c3d284ef8d509c116eee345c13b9.tar.bz2 candybox-bb029a5feff5c3d284ef8d509c116eee345c13b9.tar.xz candybox-bb029a5feff5c3d284ef8d509c116eee345c13b9.zip |
Better when error/info messages aren't swapped
Diffstat (limited to 'inc/messages.inc')
-rw-r--r-- | inc/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/messages.inc b/inc/messages.inc index 5574bcf..4938fa1 100644 --- a/inc/messages.inc +++ b/inc/messages.inc @@ -10,7 +10,7 @@ $messages = array( "gamesave_ok" => "Game saved.", "gamesave_error" => "An error occured when trying to save the game.", "gamesave_not_found" => "Couldn't find the specified save file.", - "gamesave_delete_error" => "Couldn't delete the specified save file.", + "gamesave_delete_fail" => "Couldn't delete the specified save file.", "gamesave_delete_success" => "Game save successfully removed from server", ); |