From 3b4275fcf2dda0f0762cb7e3dec5630f63b226ea Mon Sep 17 00:00:00 2001 From: angelo Date: Tue, 18 Jun 1996 16:33:31 +0000 Subject: [PATCH] Corretto errore MI1098. [ Cambiata la dicitura per totali nulli ] git-svn-id: svn://10.65.10.50/trunk@3021 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- sc/sc2200.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/sc2200.cpp b/sc/sc2200.cpp index a6948c89e..cfdb11c75 100755 --- a/sc/sc2200.cpp +++ b/sc/sc2200.cpp @@ -1145,7 +1145,7 @@ void TStampaScadenzario::print_riepilogo(int &nriga, bool type) else { if (val == " ") val = "LIT"; - set_row(nriga++,"! Nessun valore totale in %s. @60g!",(const char*) val); + set_row(nriga++,"! Partite pareggiate in %s. @60g!",(const char*) val); } } set_row(nriga++,"%s",(const char *)s);