correct a few translations

This commit is contained in:
coderkun 2014-05-04 02:01:59 +02:00
commit 986413d9ab
4 changed files with 9 additions and 9 deletions

View file

@ -40,5 +40,5 @@
<label for="task"><?=_('Task')?>:</label><br />
<textarea name="task" placeholder="<?=('Task')?>" style="width:100%; height:10em;"></textarea><br />
</fieldset>
<input type="submit" name="create" value="<?=_('Create')?>" />
<input type="submit" name="create" value="<?=_('create')?>" />
</form>