From 1973c9afb5987d31cc51c2ea4accc2fcac73f7d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Gst=C3=A4dtner?= <thomas@gstaedtner.net>
Date: Thu, 15 Nov 2012 00:41:42 +0100
Subject: [PATCH 09/10] module: better english
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>
---
 trunk/e/src/bin/e_module.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/trunk/e/src/bin/e_module.c b/trunk/e/src/bin/e_module.c
index 85787f7..6f5127c 100644
--- a/trunk/e/src/bin/e_module.c
+++ b/trunk/e/src/bin/e_module.c
@@ -139,7 +139,7 @@ e_module_new(const char *name)
    if (!modpath)
      {
         snprintf(body, sizeof(body),
-                 _("There was an error loading module named: %s<br>"
+                 _("There was an error loading the module named: %s<br>"
                    "No module named %s could be found in the<br>"
                    "module search directories.<br>"), name, buf);
         _e_module_dialog_disable_show(_("Error loading Module"), body, m);
@@ -150,7 +150,7 @@ e_module_new(const char *name)
    if (!m->handle)
      {
         snprintf(body, sizeof(body),
-                 _("There was an error loading module named: %s<br>"
+                 _("There was an error loading the module named: %s<br>"
                    "The full path to this module is:<br>"
                    "%s<br>"
                    "The error reported was:<br>"
@@ -167,7 +167,7 @@ e_module_new(const char *name)
    if ((!m->func.init) || (!m->func.shutdown) || (!m->func.save) || (!m->api))
      {
         snprintf(body, sizeof(body),
-                 _("There was an error loading module named: %s<br>"
+                 _("There was an error loading the module named: %s<br>"
                    "The full path to this module is:<br>"
                    "%s<br>"
                    "The error reported was:<br>"
-- 
1.8.0

