garlik-gag / dokuwiki-plugin-odt2dw

Import odt file in dokuwiki page
10 stars 10 forks source link

submit button is not translated #5

Closed mprins closed 12 years ago

mprins commented 12 years ago

The submit button (https://github.com/garlik-gag/dokuwiki-plugin-odt2dw/blob/master/odt2dw/action.php#L50) only has French text (Envoyer) , it should have English (Upload) and Dutch (Versturen) as well.

garlik-gag commented 12 years ago

In the action.php script, I modified the line 30 and 50 like this: L30: global $ID, $lang; L50: <input type="submit" value="'.$lang['btn_upload'].'"/>

It will work now.

I update the git tonight.