summaryrefslogtreecommitdiff
path: root/app/views/configure/archiving.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-05 16:10:25 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-05 16:10:25 +0200
commitc8fad68a4fd15857a2e3e21e7d5311dc7f87226c (patch)
tree063d7683f30ec35e544fcc5e38048d0d0a7dca75 /app/views/configure/archiving.phtml
parent6c8b36f04ea1bc2c022c331bb0980b6c9dccb83c (diff)
Use _i() whenever it is possible
Transform FreshRSS_Themes::icon\s? in _i See https://github.com/marienfressinaud/FreshRSS/issues/655
Diffstat (limited to 'app/views/configure/archiving.phtml')
-rw-r--r--app/views/configure/archiving.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml
index 3180fe933..a883571aa 100644
--- a/app/views/configure/archiving.phtml
+++ b/app/views/configure/archiving.phtml
@@ -5,7 +5,7 @@
<form method="post" action="<?php echo _url('configure', 'archiving'); ?>">
<legend><?php echo _t('archiving_configuration'); ?></legend>
- <p><?php echo FreshRSS_Themes::icon('help'); ?> <?php echo _t('archiving_configuration_help'); ?></p>
+ <p><?php echo _i('help'); ?> <?php echo _t('archiving_configuration_help'); ?></p>
<div class="form-group">
<label class="group-name" for="old_entries"><?php echo _t('delete_articles_every'); ?></label>
@@ -63,7 +63,7 @@
<p><?php echo formatNumber($this->nb_total), ' ', _t('articles'), ', ', formatBytes($this->size_user); ?></p>
<input type="hidden" name="optimiseDatabase" value="1" />
<button type="submit" class="btn btn-important"><?php echo _t('optimize_bdd'); ?></button>
- <?php echo FreshRSS_Themes::icon('help'); ?> <?php echo _t('optimize_todo_sometimes'); ?>
+ <?php echo _i('help'); ?> <?php echo _t('optimize_todo_sometimes'); ?>
</div>
</div>