From 2674c092630b1ce1dc6367fe4c0ebe30bc1d1116 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 20 Jun 2013 13:26:45 +0000 Subject: [PATCH] Migliorato messaggio di utente non abilitato alle attivazioni git-svn-id: svn://10.65.10.50/branches/R_10_00@22875 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1500.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba1500.cpp b/ba/ba1500.cpp index 1a443de81..cdeb95d5c 100755 --- a/ba/ba1500.cpp +++ b/ba/ba1500.cpp @@ -1063,6 +1063,6 @@ int ba1500(int argc, char** argv) a.run(argc, argv, TR("Attivazione moduli")); } else - error_box(FR("L'utente %s non e' abilitato all'esecuzione di questo programma"), (const char*)user()); + error_box(FR("Utente %s non abilitato all'attivazione"), (const char*)user()); return 0; }