diff options
Diffstat (limited to 'core/views/admin_block_stats.html.php')
| -rw-r--r-- | core/views/admin_block_stats.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/views/admin_block_stats.html.php b/core/views/admin_block_stats.html.php index 42f34aa4..2d975073 100644 --- a/core/views/admin_block_stats.html.php +++ b/core/views/admin_block_stats.html.php @@ -1,12 +1,12 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <ul> <li> - <?= t("Version: {{version}}", array("version" => module::get_var("core", "version"))) ?> + <?= t("Version: %version", array("version" => module::get_var("core", "version"))) ?> </li> <li> - <?= t("Albums: {{count}}", array("count" => $album_count)) ?> + <?= t("Albums: %count", array("count" => $album_count)) ?> </li> <li> - <?= t("Photos: {{count}}", array("count" => $photo_count)) ?> + <?= t("Photos: %count", array("count" => $photo_count)) ?> </li> </ul> |
