diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php
index baefc7c696..57e49c5842 100644
--- a/wp-includes/class-wp-editor.php
+++ b/wp-includes/class-wp-editor.php
@@ -111,7 +111,7 @@ final class _WP_Editors {
$switch_class = 'tmce-active';
}
- $buttons .= '' . __('Text') . "\n";
+ $buttons .= '' . __( 'Text', 'Name for the Text editor tab (formerly HTML)' ) . "\n";
$buttons .= '' . __('Visual') . "\n";
}