diff --git a/src/bot/handlers.c b/src/bot/handlers.c index 7fd2040..3c184a7 100644 --- a/src/bot/handlers.c +++ b/src/bot/handlers.c @@ -89,7 +89,7 @@ reminder->minutes = (bot_get_last_reminder())->minutes; reminder->from = g_string_new(strdup(xmpp_stanza_get_attribute(stanza, "from"))); bot_set_last_reminder(reminder); - g_string_printf(replytext, "Appena capisco come ti mando il reminder in %d minuti.\n", reminder->minutes); + g_string_printf(replytext, "Va bene, ti mando un messaggio tra %d minuti.\n", reminder->minutes); break; default: g_string_printf(replytext, "Non ho riconosciuto il comando: %s", intext->str);