CVS executable: d:\Program Files\cvsnt\cvs.exe
cvs diff: Diffing .
Index: feedapi.opml.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi/Attic/feedapi.opml.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 feedapi.opml.inc
--- feedapi.opml.inc	17 Feb 2009 14:58:40 -0000	1.1.2.1
+++ feedapi.opml.inc	15 May 2009 18:44:15 -0000
@@ -34,7 +34,10 @@ function feedapi_import_opml($form_state
     '#description' => t('If checked feed description will be overriden with the information from OPML file'),
   );
   $form['#attributes']['enctype'] = 'multipart/form-data';
-  $form['submit'] = array('#type' => 'submit', '#value' => 'Submit');
+  $form['submit'] = array(
+    '#type' => 'submit',
+    '#value' => t('Import'),
+  );
   if (module_exists('og')) {
     og_form_add_og_audience($form, $form_state);
   }
@@ -116,7 +119,7 @@ function _feedapi_import_opml($opml, $ar
         $feeds[] = $entry['attributes'];
       }
     }
-    
+
     foreach ($feeds as $feed) {
       if (strlen($feed['XMLURL']) > 1) {
         // check if feed url is already in the list
