From d8d0fdd11f9ddd0983a1c0090620ba19f417a365 Mon Sep 17 00:00:00 2001 From: rz5 Date: Thu, 23 Jun 2016 18:55:13 +0100 Subject: [PATCH] Update msg_hash_us.c rafiki on IRC spotted this bug. I initially edited this string while creating the feature and never returned to it since. We have now found each other and we lived happily ever after. --- intl/msg_hash_us.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index ce2394fec9..ba1b612876 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -2120,7 +2120,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg) case MSG_RESET: return "Reset"; case MSG_FAILED_TO_LOAD_STATE: - return "Nothing to undo."; + return "Failed to load state from"; case MSG_FAILED_TO_SAVE_STATE_TO: return "Failed to save state to"; case MSG_FAILED_TO_UNDO_LOAD_STATE: