Index: getsatisfaction.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/getsatisfaction/getsatisfaction.module,v
retrieving revision 1.5
diff -u -p -r1.5 getsatisfaction.module
--- getsatisfaction.module      6 Nov 2009 11:39:44 -0000       1.5
+++ getsatisfaction.module      22 Apr 2010 19:09:02 -0000
@@ -113,8 +113,8 @@ function getsatisfaction_admin_settings_
     '#type' => 'textfield',
     '#title' => t('Get Satisfaction company name'),
     '#default_value' => variable_get('getsatisfaction_name', ''),
-    '#size' => 15,
-    '#maxlength' => 20,
+    '#size' => 64,
+    '#maxlength' => 64,
     '#required' => TRUE,
     '#description' => t('The company name you have picked when you have created its profile at Get Satisfaction. See the list of all your companies on <a href="@url">Get Satisfaction</a> clicking the "You" menu and selecting "Your Products and Companies". You need to be logged in.', array('@url' => 'http://www.getsatisfaction.com/')),
   );
