From 2c1d03ac7a7acd756032489ca0b35f00e8651843 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 19 May 2020 18:26:27 +0200 Subject: [PATCH] LSattr_html :: select_object: Fix typo in error message format --- src/includes/class/class.LSattr_html_select_object.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/class/class.LSattr_html_select_object.php b/src/includes/class/class.LSattr_html_select_object.php index c0089f7b..07309793 100644 --- a/src/includes/class/class.LSattr_html_select_object.php +++ b/src/includes/class/class.LSattr_html_select_object.php @@ -402,7 +402,7 @@ LSerror :: defineError('LSattr_html_select_object_01', _("LSattr_html_select_object : parameter '%{parameter}' is missing (attribute : %{attr}).") ); LSerror :: defineError('LSattr_html_select_object_02', -_("LSattr_html_select_object : the value of the parameter value_attribute in the configuration of the attribute %{attrs} is incorrect. Object %{object_type} have no attribute %{value_attribute}.") +_("LSattr_html_select_object : the value of the parameter value_attribute in the configuration of the attribute %{attr} is incorrect. Object %{object_type} have no attribute %{value_attribute}.") ); LSerror :: defineError('LSattr_html_select_object_03', _("LSattr_html_select_object : more than one object returned corresponding to value %{val} of attribute %{attr}.")