diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-15 08:04:26 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-15 08:04:26 +0000 |
commit | eb3e2359a7301588b16e0f29e96242fa48a39e6f (patch) | |
tree | cfcad4397acac088840eb7251d1d4389981c7156 /core/helpers/core_task.php | |
parent | 4cdd3ae0de41e049db6b5a6bcba2cf9c875f1d42 (diff) |
Fix up some text
Diffstat (limited to 'core/helpers/core_task.php')
-rw-r--r-- | core/helpers/core_task.php | 6 |
1 files changed, 3 insertions, 3 deletions
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)); } |