Description: fixed spelling error: mesages to messages
 Upstream contains a typo in source and the po files, lintian
 catches it. This patch is fixed.
Author: Ervin Hegedus <airween@gmail.com>
--- a/po/de.po
+++ b/po/de.po
@@ -257,7 +257,7 @@
 msgstr "Kei_n Debug"
 
 #: src/grig-menubar.c:91
-msgid "Don't show any debug mesages"
+msgid "Don't show any debug messages"
 msgstr "Keine Debug-Mitteilungen anzeigen"
 
 #: src/grig-menubar.c:92
--- a/po/fr.po
+++ b/po/fr.po
@@ -239,7 +239,7 @@
 msgstr "_Aucun débogage"
 
 #: src/grig-menubar.c:91
-msgid "Don't show any debug mesages"
+msgid "Don't show any debug messages"
 msgstr "Ne pas afficher les messages de débogage"
 
 #: src/grig-menubar.c:92
--- a/po/grig.pot
+++ b/po/grig.pot
@@ -232,7 +232,7 @@
 msgstr ""
 
 #: src/grig-menubar.c:91
-msgid "Don't show any debug mesages"
+msgid "Don't show any debug messages"
 msgstr ""
 
 #: src/grig-menubar.c:92
--- a/po/tr.po
+++ b/po/tr.po
@@ -236,7 +236,7 @@
 msgstr ""
 
 #: src/grig-menubar.c:91
-msgid "Don't show any debug mesages"
+msgid "Don't show any debug messages"
 msgstr ""
 
 #: src/grig-menubar.c:92
--- a/src/grig-menubar.c
+++ b/src/grig-menubar.c
@@ -88,7 +88,7 @@
 
 /** \brief Radio items for selectinghamlib debug level. */
 static GtkRadioActionEntry radio_entries[] = {
-  { "None",    NULL, N_("_No Debug"), NULL, N_("Don't show any debug mesages"),                0 },
+  { "None",    NULL, N_("_No Debug"), NULL, N_("Don't show any debug messages"),               0 },
   { "Bug",     NULL, N_("_Bug"),      NULL, N_("Show error messages caused by possible bugs"), 1 },
   { "Error",   NULL, N_("_Error"),    NULL, N_("Show run-time error messages"),                2 },
   { "Warn",    NULL, N_("_Warning"),  NULL, N_("Show warnings"),                               3 },
