Settings pane -> Preferences pane
* Settings pane -> Preferences pane * Remove 'settings' string
This commit is contained in:
parent
4b685d09b4
commit
df849c65a8
2 changed files with 1 additions and 5 deletions
|
@ -1064,10 +1064,6 @@
|
|||
"installTooManyDevices": {
|
||||
"message": "Sorry, you have too many devices linked already. Try removing some."
|
||||
},
|
||||
"settings": {
|
||||
"message": "Settings",
|
||||
"description": "Menu item and header for global settings"
|
||||
},
|
||||
"theme": {
|
||||
"message": "Theme",
|
||||
"description": "Header for theme settings"
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
theme: i18n('theme'),
|
||||
notifications: i18n('notifications'),
|
||||
notificationSettingsDialog: i18n('notificationSettingsDialog'),
|
||||
settings: i18n('settings'),
|
||||
settings: i18n('Keyboard--preferences'),
|
||||
disableNotifications: i18n('disableNotifications'),
|
||||
nameAndMessage: i18n('nameAndMessage'),
|
||||
noNameOrMessage: i18n('noNameOrMessage'),
|
||||
|
|
Loading…
Reference in a new issue