Index: twitter.pages.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/twitter/twitter.pages.inc,v retrieving revision 1.2.2.8 diff -u -r1.2.2.8 twitter.pages.inc --- twitter.pages.inc 2 Jul 2009 13:23:44 -0000 1.2.2.8 +++ twitter.pages.inc 30 Sep 2009 10:47:16 -0000 @@ -22,7 +22,7 @@ $form['global_account']['twitter_global_password'] = array( '#type' => 'password', '#title' => t('Password'), - '#description' => t("If your Twitter account is protected, or you wish to post to Twitter from Drupal, you must enter the Twitter account's password."), + '#description' => t('If your Twitter account is protected, or you wish to post to Twitter from @thissite, you must enter the Twitter account\'s password.', array('@thissite' => variable_get('site_name', 'Drupal'))), '#default_value' => variable_get('twitter_global_password', NULL), ); @@ -215,7 +215,7 @@ $form['password'] = array( '#type' => 'password', '#title' => t('Password'), - '#description' => t("If your Twitter account is protected, or you wish to post to Twitter from Drupal, you must enter the Twitter account's password.") + '#description' => t('If your Twitter account is protected, or you wish to post to Twitter from @thissite, you must enter the Twitter account\'s password.', array('@thissite' => variable_get('site_name', 'Drupal'))), ); $form['import'] = array(