[nag] PATCH: fix little grammar typos
Jason M. Felice
jfelice at cronosys.com
Wed Jun 4 11:01:08 PDT 2003
Index: nag/templates/tasklists/manage.inc
===================================================================
RCS file: /repository/nag/templates/tasklists/manage.inc,v
retrieving revision 1.5
diff -u -u -r1.5 manage.inc
--- nag/templates/tasklists/manage.inc 1 Dec 2002 02:34:53 -0000 1.5
+++ nag/templates/tasklists/manage.inc 4 Jun 2003 17:51:11 -0000
@@ -20,7 +20,7 @@
<tr valign="top"><td class="item">
<input type="hidden" name="edit_share" value="<?php echo isset($to_edit) ? $to_edit : '' ?>" />
-<?php echo _("Task Lists's name:") ?><br />
+<?php echo _("Task List's name:") ?><br />
<input name="id" size="30" maxlength="60" class="fixed" <?php echo isset($to_edit) ? 'value="' . $toedit->getId() . '" ' : '' ?>/><br />
<?php if (!$prefs->isLocked('description')): ?>
@@ -30,7 +30,7 @@
</span>
<?php endif; ?>
-<?php echo _("Task Lists's Type:") ?><br />
+<?php echo _("Task List's Type:") ?><br />
<select name="type" class="fixed" onchange="javascript:newType()">
<option value="0"><?php echo _("Private") ?></option>
<option value="1"><?php echo _("Shared") ?></option>
More information about the nag
mailing list