From 9e9c45d0315f95b0ab0c8aeedb1f9040b434fc17 Mon Sep 17 00:00:00 2001
From: Alejandro Gallardo Escobar <alex@artica.es>
Date: Mon, 9 May 2016 16:50:20 +0200
Subject: [PATCH] Minor text fix

---
 pandora_console/godmode/setup/setup_ehorus.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandora_console/godmode/setup/setup_ehorus.php b/pandora_console/godmode/setup/setup_ehorus.php
index 86df28528b..fbe9c37705 100644
--- a/pandora_console/godmode/setup/setup_ehorus.php
+++ b/pandora_console/godmode/setup/setup_ehorus.php
@@ -152,7 +152,7 @@ if ($config['ehorus_enabled']) {
 	echo '<form id="form_agents" method="post">';
 	$info_messsage = __('eHorus has his own agent identifiers');
 	$info_messsage .= '. ' . __('To store them, it will be necessary to use an agent custom field');
-	$info_messsage .= '.<br />' . __('Possibly the eHorus id will have to be filled by hand for every agent') . '.';
+	$info_messsage .= '.<br />' . __('Possibly the eHorus id will have to be filled in by hand for every agent') . '.';
 	ui_print_info_message($info_messsage);
 	
 	if (!$custom_field_exists) {