tazpanel diff help.cgi @ rev 488

libtazpanel: show carrier (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 12 13:54:08 2015 +0200 (2015-05-12)
parents 299f204b8f1f
children 3117717c007d
line diff
     1.1 --- a/help.cgi	Tue Mar 24 03:39:08 2015 +0200
     1.2 +++ b/help.cgi	Tue May 12 13:54:08 2015 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  	cat <<EOT
     1.5  <form class="search"><!--
     1.6  	--><input type="search" name="manual" results="5" autosave="pkgsearch" autocomplete="on"><!--
     1.7 -	--><button type="submit">$(gettext 'Manual')</button><!--
     1.8 +	--><button type="submit">$(_ 'Manual')</button><!--
     1.9  --></form>
    1.10  EOT
    1.11  }
    1.12 @@ -25,7 +25,7 @@
    1.13  
    1.14  # Cat translated help content
    1.15  
    1.16 -TITLE=$(gettext 'TazPanel - Help &amp; Doc')
    1.17 +TITLE=$(_ 'TazPanel - Help &amp; Doc')
    1.18  
    1.19  xhtml_header
    1.20  search_form