tazpanel diff help.cgi @ rev 446
Default user is nobody
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 09 20:37:35 2015 +0200 (2015-04-09) |
parents | 299f204b8f1f |
children | 3117717c007d |
line diff
1.1 --- a/help.cgi Tue Mar 24 03:39:08 2015 +0200 1.2 +++ b/help.cgi Thu Apr 09 20:37:35 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 & Doc') 1.17 +TITLE=$(_ 'TazPanel - Help & Doc') 1.18 1.19 xhtml_header 1.20 search_form