? grammar.patch
Index: ecard.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecard/ecard.module,v
retrieving revision 1.8
diff -u -p -r1.8 ecard.module
--- ecard.module	14 Sep 2009 07:33:33 -0000	1.8
+++ ecard.module	19 Nov 2009 14:52:58 -0000
@@ -284,7 +284,7 @@ function ecard_form($form_state, &$node)
   $form['message'] = array(
     '#title' => t('Type your message'),
     '#type' => 'textarea',
-    '#description' => t('Whatever you type here will be attached to ecard'),
+    '#description' => t('Whatever you type here will be attached to the ecard'),
     '#required' => variable_get('ecard_require_message', 0)
   );
   //Filterformat for the text.
@@ -292,7 +292,7 @@ function ecard_form($form_state, &$node)
   //Notification on pickup.
   $form['notify']=array(
     '#type' => 'checkbox',
-    '#title' => t('Notify me when the card is picked'),
+    '#title' => t('Notify me when the card is picked up'),
     '#default_value' => 0
   );
   $form['nid'] = array(
