diff --git a/src/wp-to-twitter-oauth.php b/src/wp-to-twitter-oauth.php
index 031ed5e..4590991 100644
--- a/src/wp-to-twitter-oauth.php
+++ b/src/wp-to-twitter-oauth.php
@@ -406,6 +406,7 @@ function wtt_connect_oauth( $auth = false ) {
$bt_form = sprintf( $bt_form, '' ) . '';
if ( ! $auth ) {
+ // Translators: Name of the current site.
$submit = ' ';
}
} else {