From aad54bfe885e2ce69801597c791bff4b7f0e1521 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 25 Nov 2013 21:04:58 +0100 Subject: basic gettext integration --- includes/sys_template.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index a7662e84..f59cff37 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -259,8 +259,7 @@ function html_select_key($id, $name, $rows, $selected) { } function img_button($link, $icon, $text, $extra_text = '') { - $translation = empty($text) ? '' : Get_Text($text); - return '' . $translation . '' . (empty($extra_text) ? '' : ' ' . $extra_text) . ''; + return '' . $text . '' . (empty($extra_text) ? '' : ' ' . $extra_text) . ''; } function ReplaceSmilies($neueckig) { -- cgit v1.2.3-54-g00ecf