From a6911c2b70527c289b7e4ff90215b1eb9101cb7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Thu, 12 May 2016 13:47:09 +0200
Subject: [PATCH] =?UTF-8?q?Changement=20de=20l'intitul=C3=A9=20de=20la=20d?=
 =?UTF-8?q?erni=C3=A8re=20=C3=A9tape=20du=20rendu=20graphique.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Command/RenderCommand.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Command/RenderCommand.php b/Command/RenderCommand.php
index 387b169..a075bc6 100644
--- a/Command/RenderCommand.php
+++ b/Command/RenderCommand.php
@@ -80,7 +80,7 @@ class RenderCommand extends ContainerAwareCommand
         fclose($pipes[0]);
         $io->writeln("<info>Ok</info>.");
 
-        $io->write("Attente de PlantUML: ");
+        $io->write("Rendu graphique par PlantUML: ");
         $res = proc_close($proc);
 
         if ($res === 0) {
-- 
GitLab