8
0
Эх сурвалжийг харах

Internal: Use dropdown instead of drop-down. Closes ckeditor/ckeditor5#891. [skip ci]

Piotrek Koszuliński 7 жил өмнө
parent
commit
bd02669b06

+ 7 - 7
packages/ckeditor5-font/lang/contexts.json

@@ -1,9 +1,9 @@
 {
 {
-	"Font Size": "Tooltip for the font size drop-down.",
-	"Tiny": "Drop-down option label for the 'tiny' font size preset.",
-	"Small": "Drop-down option label for the 'small' font size preset.",
-	"Big": "Drop-down option label for the 'big' font size preset.",
-	"Huge": "Drop-down option label for the 'huge' font size preset.",
-	"Font Family": "Tooltip for the font family drop-down.",
-	"Default": "Drop-down option label for the default font family."
+	"Font Size": "Tooltip for the font size dropdown.",
+	"Tiny": "Dropdown option label for the 'tiny' font size preset.",
+	"Small": "Dropdown option label for the 'small' font size preset.",
+	"Big": "Dropdown option label for the 'big' font size preset.",
+	"Huge": "Dropdown option label for the 'huge' font size preset.",
+	"Font Family": "Tooltip for the font family dropdown.",
+	"Default": "Dropdown option label for the default font family."
 }
 }

+ 7 - 7
packages/ckeditor5-font/lang/translations/en.po

@@ -5,30 +5,30 @@ msgstr ""
 "Language-Team: \n"
 "Language-Team: \n"
 "Plural-Forms: \n"
 "Plural-Forms: \n"
 
 
-msgctxt "Tooltip for the font size drop-down."
+msgctxt "Tooltip for the font size dropdown."
 msgid "Font Size"
 msgid "Font Size"
 msgstr "Font Size"
 msgstr "Font Size"
 
 
-msgctxt "Drop-down option label for the 'tiny' font size preset."
+msgctxt "Dropdown option label for the 'tiny' font size preset."
 msgid "Tiny"
 msgid "Tiny"
 msgstr "Tiny"
 msgstr "Tiny"
 
 
-msgctxt "Drop-down option label for the 'small' font size preset."
+msgctxt "Dropdown option label for the 'small' font size preset."
 msgid "Small"
 msgid "Small"
 msgstr "Small"
 msgstr "Small"
 
 
-msgctxt "Drop-down option label for the 'big' font size preset."
+msgctxt "Dropdown option label for the 'big' font size preset."
 msgid "Big"
 msgid "Big"
 msgstr "Big"
 msgstr "Big"
 
 
-msgctxt "Drop-down option label for the 'huge' font size preset."
+msgctxt "Dropdown option label for the 'huge' font size preset."
 msgid "Huge"
 msgid "Huge"
 msgstr "Huge"
 msgstr "Huge"
 
 
-msgctxt "Tooltip for the font family drop-down."
+msgctxt "Tooltip for the font family dropdown."
 msgid "Font Family"
 msgid "Font Family"
 msgstr "Font Family"
 msgstr "Font Family"
 
 
-msgctxt "Drop-down option label for the default font family."
+msgctxt "Dropdown option label for the default font family."
 msgid "Default"
 msgid "Default"
 msgstr "Default"
 msgstr "Default"

+ 1 - 1
packages/ckeditor5-font/src/fontfamily/fontfamilyui.js

@@ -16,7 +16,7 @@ import { normalizeOptions } from './utils';
 import fontFamilyIcon from '../../theme/icons/font-family.svg';
 import fontFamilyIcon from '../../theme/icons/font-family.svg';
 
 
 /**
 /**
- * The font family UI plugin. It introduces the `'fontFamily'` drop-down.
+ * The font family UI plugin. It introduces the `'fontFamily'` dropdown.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */

+ 1 - 1
packages/ckeditor5-font/src/fontsize/fontsizeui.js

@@ -16,7 +16,7 @@ import { normalizeOptions } from '../fontsize/utils';
 import fontSizeIcon from '../../theme/icons/font-size.svg';
 import fontSizeIcon from '../../theme/icons/font-size.svg';
 
 
 /**
 /**
- * The font family UI plugin. It introduces the `'fontSize'` drop-down.
+ * The font family UI plugin. It introduces the `'fontSize'` dropdown.
  *
  *
  * @extends module:core/plugin~Plugin
  * @extends module:core/plugin~Plugin
  */
  */