From a4b3685c8d2ebd46bb931f2a03487d459c532ae1 Mon Sep 17 00:00:00 2001 From: bernat Date: Tue, 11 Oct 2005 11:35:07 +0200 Subject: [PATCH] Le plus simple, c'est de ne pas mettre d'accents darcs-hash:20051011093507-d1718-b56bb25be0c5f2c06f58857f7f1e661c7f0ebe45.gz --- wiki/macro/HostStatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/macro/HostStatus.py b/wiki/macro/HostStatus.py index d77348bc..a304e5a0 100644 --- a/wiki/macro/HostStatus.py +++ b/wiki/macro/HostStatus.py @@ -43,7 +43,7 @@ def execute(macro, text) : code += f.text(u'down'.encode('utf-8')) else : code += f.table_cell(1,{'style':'background-color:blue'}) - code += f.text(u'état incertain'.encode('utf-8')) + code += f.text(u'etat incertain'.encode('utf-8')) code += f.table_cell(0) code += f.table_row(0)