[dev] Patch: nag-head, correction to minor typo
Leena Heino
Leena.Heino@uta.fi
Fri, 2 Aug 2002 15:16:37 +0300 (EEST)
Fix a minor taks -> tasks typo in nag cvs HEAD version.
--- nag/data.php.orig Thu Aug 1 12:18:12 2002
+++ nag/data.php Fri Aug 2 15:11:32 2002
@@ -184,7 +184,7 @@
switch ($exportID) {
case EXPORT_CSV:
if (count($tasks) == 0) {
- $notification->push(_("There were no taks to export."), 'horde.message');
+ $notification->push(_("There were no tasks to export."), 'horde.message');
$error = true;
} else {
$data = array();
--- nag/po/nag.pot.orig Fri Aug 2 03:41:36 2002
+++ nag/po/nag.pot Fri Aug 2 15:13:03 2002
@@ -428,7 +428,7 @@
msgstr ""
#: ../nag/data.php:187
-msgid "There were no taks to export."
+msgid "There were no tasks to export."
msgstr ""
#: ../nag/templates/index/notconfigured.inc:25