diff --git a/GMW/GMW/WebUserControls/mod_chLang.ascx b/GMW/GMW/WebUserControls/mod_chLang.ascx index 5e0d543d..208a3e4b 100644 --- a/GMW/GMW/WebUserControls/mod_chLang.ascx +++ b/GMW/GMW/WebUserControls/mod_chLang.ascx @@ -3,7 +3,7 @@
|
- |
||||||||||||||||||||||||||||||||
diff --git a/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs b/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs
index 5eb43a65..e2c7022f 100644
--- a/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs
+++ b/GMW/GMW/WebUserControls/mod_execCelle.ascx.cs
@@ -4,6 +4,7 @@ using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
+using SteamWare;
namespace GMW.WebUserControls
{
@@ -11,7 +12,17 @@ namespace GMW.WebUserControls
{
protected void Page_Load(object sender, EventArgs e)
{
-
+ lblTitolo.Text = traduci("OpCelle");
}
+ ///
| ||||||||||||||||||||||||||||||||