From eb3e2359a7301588b16e0f29e96242fa48a39e6f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 15 Feb 2009 08:04:26 +0000 Subject: Fix up some text --- core/helpers/core_task.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/helpers/core_task.php') diff --git a/core/helpers/core_task.php b/core/helpers/core_task.php index 8ec3363e..008c593f 100644 --- a/core/helpers/core_task.php +++ b/core/helpers/core_task.php @@ -24,10 +24,10 @@ class core_task_Core { ->callback("core_task::rebuild_dirty_images") ->name(t("Rebuild Images")) ->description($dirty_count ? - t2("You have one out-of-date photo", - "You have %count out-of-date photo", + t2("You have one out of date photo", + "You have %count out of date photos", $dirty_count) - : t("All your images are up to date")) + : t("All your photos are up to date")) ->severity($dirty_count ? log::WARNING : log::SUCCESS)); } -- cgit v1.2.3