Skip to content

Commit

Permalink
Switch to less-technical term "design" instead of "set"
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Mar 20, 2020
1 parent 433bcaa commit e428067
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"description": "This is an option shown in the add-on settings. It describes the optionPopupIconColored setting in more details."
},
"optionEmojiPickerSet": {
"message": "Emoji-Set:",
"message": "Emoji-Design:",
"description": "This is an option shown in the add-on settings."
},
"optionEmojiSetNative": {
Expand Down
2 changes: 1 addition & 1 deletion src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"description": "This is an option shown in the add-on settings. It describes the optionPopupIconColored setting in more details."
},
"optionEmojiPickerSet": {
"message": "Emoji set:",
"message": "Emoji design:",
"description": "This is an option shown in the add-on settings."
},
"optionEmojiSetNative": {
Expand Down
2 changes: 1 addition & 1 deletion src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 data-i18n="__MSG_titleAppearance__">Appearance</h1>
</li>
<li>
<div class="line">
<label data-i18n="__MSG_optionEmojiPickerSet__" for="emojiSet">Emoji set: </label>
<label data-i18n="__MSG_optionEmojiPickerSet__" for="emojiSet">Emoji design: </label>
<select id="emojiSet" class="setting save-on-change" data-optiongroup="emojiPicker" name="set" size="0">
<option data-i18n="__MSG_optionEmojiSetNative__" value="native">Default from your OS</option>
<option data-i18n="__MSG_optionEmojiSetApple__" value="apple">Apple</option>
Expand Down

0 comments on commit e428067

Please sign in to comment.