diff options
Diffstat (limited to 'templates/show_preference_box.inc.php')
-rw-r--r-- | templates/show_preference_box.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_preference_box.inc.php b/templates/show_preference_box.inc.php index 4d2ffa67..f7298b05 100644 --- a/templates/show_preference_box.inc.php +++ b/templates/show_preference_box.inc.php @@ -40,10 +40,10 @@ if ($GLOBALS['user']->has_access(100) AND conf('use_auth')) { <th colspan="3" class="header2" align="left"><?php echo $preferences['title']; ?></th> </tr> <tr class="table-header"> - <th><?php echo _("Preference"); ?></th> - <th><?php echo _("Value"); ?></th> + <th><?php echo _('Preference'); ?></th> + <th><?php echo _('Value'); ?></th> <?php if ($show_apply_to_all) { ?> - <th><?php echo _("Apply to All"); ?></th> + <th><?php echo _('Apply to All'); ?></th> <?php } ?> </tr> <?php |