diff --git a/action/ask_questionary.action b/action/ask_questionary.action
index 0cd8476c31c53812781300e752c90bcf019ca1d5..16c5343c384ff64c6936d4d0b69cbfc33659266c 100644
--- a/action/ask_questionary.action
+++ b/action/ask_questionary.action
@@ -1,7 +1,7 @@
 # Action to start the mison to ask a questionary to the user.
 ##### Result code
 uint8 SUCCESS=0 # All ok.
-uint8 QERR=1 # Error parsing questionary.
+uint8 SEARCHNAVERR=1 # Navigation error when searching the person.
 uint8 PNOTFOUND=2 # Person not found.
 uint8 QNOTFINISH=3 # Something went wrong in the questionary
 uint8 ANOTSENT=4 # Error sending answers.