tazpanel diff help.cgi @ rev 481

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun May 10 11:51:03 2015 +0100 (2015-05-10)
parents 299f204b8f1f
children 3117717c007d
line diff
     1.1 --- a/help.cgi	Tue Mar 24 03:39:08 2015 +0200
     1.2 +++ b/help.cgi	Sun May 10 11:51:03 2015 +0100
     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