Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 14, 2014
1 parent 58f48e0 commit 9fbb7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion horde/templates/admin/cache.html.php
Expand Up @@ -12,7 +12,7 @@
<strong><?php echo _("Success") ?></strong>
<?php else: ?>
<strong class="cacheAdminError"><?php echo _("FAIL") ?></strong>
(<?php echo _("Check your cache settings in horde/conf.php.") ?>)
(<?php echo _("Check your cache settings in the Horde configuration.") ?>)
<?php endif; ?>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion horde/templates/admin/hashtable.html.php
Expand Up @@ -20,7 +20,7 @@
<strong><?php echo _("Success") ?></strong>
<?php else: ?>
<strong class="htAdminError"><?php echo _("FAIL") ?></strong>
(<?php echo _("Check your hashtable settings in horde/conf.php.") ?>)
(<?php echo _("Check your hashtable settings in the Horde configuration.") ?>)
<?php endif; ?>
</p>
</div>
Expand Down

0 comments on commit 9fbb7e9

Please sign in to comment.