URI:
       tfixed typo in translate - scripts - various script and utils
  HTML git clone git://z3bra.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit c8aa8dff2544c299d8fc551be2cf186ec3fb6ec9
   DIR parent cbf6f69e524a2e07a03a04d043c7f357de173bbc
  HTML Author: z3bra <willy@mailoo.org>
       Date:   Thu,  2 Apr 2015 23:36:11 +0200
       
       fixed typo in translate
       
       Diffstat:
         M translate                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/translate b/translate
       t@@ -14,7 +14,7 @@ fi
        
        TEXT=$1
        SL=${SL:-auto}
       -TL=$(TL:-fr}
       +TL=${TL:-fr}
        
        TRANSLATEURL='https://translate.google.com/'
        UA='Mozilla 5.0'