From 296d711e5813839e7f49e60d953c79f9ba46515d Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 27 Oct 2010 09:58:30 +0200 Subject: [PATCH] Removes misplaced t() (Closes #1294). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/profile/jobs.job.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/profile/jobs.job.tpl b/templates/profile/jobs.job.tpl index 112b0da..0fbb748 100644 --- a/templates/profile/jobs.job.tpl +++ b/templates/profile/jobs.job.tpl @@ -184,7 +184,7 @@ {else} {include file="include/emails.combobox.tpl" name=$jobpref|cat:'[w_email]' val=$job.w_email - class="pair" i=$i error=t($job.w_email_error) prefix="w_" pub=$job.w_email_pub id=$i} + class="pair" i=$i error=$job.w_email_error prefix="w_" pub=$job.w_email_pub id=$i} {/if} -- 2.1.4