diff --git a/emscribd.module b/emscribd.module
index db5b524..109db1a 100644
--- a/emscribd.module
+++ b/emscribd.module
@@ -133,7 +133,7 @@ function emscribd_field_formatter($field, $item, $formatter, $node) {
 function emscribd_widget_info() {
   return array(
     'emscribd_textfields' => array(
-      'label' => t('Scribd Document'),
+      'label' => t('Scribd document'),
       'field types' => array('emscribd', ),
       'multiple values' => CONTENT_HANDLE_CORE,
       'callbacks' => array(
@@ -295,11 +295,11 @@ function emscribd_feedapi_mapper($op, $node, $feed_element = array(), $field_nam
   switch ($op) {
     case 'describe':
       // Describe what we are doing in this mapper. This shows up as help text on the mapping page.
-      return t('Maps a link to a document to the Embedded Media Scribd Document CCK field. Use options->guid (yes) or options->orignal_url?');
+      return t('Maps a link to a document to the Embedded Media Scribd document CCK field. Use options->guid (yes) or options->orignal_url');
     case 'list':
       $info = content_types($node->type);
       $fields = array();
-      if (@count($info['fields'])) {
+      if (count($info['fields'])) {
         foreach ($info['fields'] as $field_name => $field) {
           if (in_array($field['type'], array('emscribd'))) {
             $fields[$field_name] = isset($field['widget']['label']) ? $field['widget']['label'] : $field_name;
