diff -u b/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php b/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php
--- b/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php
+++ b/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php
@@ -20,7 +20,7 @@
*
* @CKEditorPlugin(
* id = "language",
- * label = @Translation("Set language")
+ * label = @Translation("Language")
* )
*/
class Language extends CKEditorPluginBase {
@@ -79,8 +79,8 @@
public function getButtons() {
return array(
'Language' => array(
- 'label' => t('Set language button'),
- 'image_alternative' => '' . t('Set language') . '',
+ 'label' => t('Language button'),
+ 'image_alternative' => '' . t('Language') . '',
),
);
}