From 119ee2b0bcdebd1cae1088f442c7e7757eb09881 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Wed, 14 Jan 2009 22:58:06 -0300
Subject: Adding Echo function as translatable

---
 po/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/Makefile b/po/Makefile
index 6090ed0..c77ddea 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,7 +1,7 @@
 # Makefile to manage gettext files
 
 DOMAIN=live-helper
-ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Echo_breakage"
+ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Echo_breakage Echo"
 
 POFILES=$(wildcard *.po)
 MOFILES=$(patsubst %.po,%.mo,$(POFILES))
-- 
cgit v1.0