diff options
Diffstat (limited to 'web/template/pkg_comment_form.php')
-rw-r--r-- | web/template/pkg_comment_form.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php index e52c92d2..26207c87 100644 --- a/web/template/pkg_comment_form.php +++ b/web/template/pkg_comment_form.php @@ -54,14 +54,14 @@ if (isset($_REQUEST['comment'])) { <div style="padding: 1%"> <?php if (isset($_REQUEST['comment'])) { - echo '<b>' . __('Comment has been added.') . '</b>'; + echo '<b>' . _('Comment has been added.') . '</b>'; } ?> <input type='hidden' name='ID' value="<?php echo intval($_REQUEST['ID']) ?>" /> - <?php echo __('Enter your comment below.') ?><br /> + <?php echo _('Enter your comment below.') ?><br /> <textarea name='comment' cols='80' rows='10' style="width: 100%"></textarea><br /> - <input type='submit' value="<?php echo __("Submit") ?>" /> - <input type='reset' value="<?php echo __("Reset") ?>" /> + <input type='submit' value="<?php echo _("Submit") ?>" /> + <input type='reset' value="<?php echo _("Reset") ?>" /> </div> </form> </div> |