Rename as generic reset message
This commit is contained in:
parent
b7b99f0ed0
commit
320fd07789
|
@ -155,6 +155,10 @@
|
|||
"message": "History",
|
||||
"description": "Used in various places to show a history log of something"
|
||||
},
|
||||
"genericResetLabel": {
|
||||
"message": "Reset",
|
||||
"description": "Used in various parts of UI to indicate that something may be reset to its original state"
|
||||
},
|
||||
"confirmNo": {
|
||||
"message": "No",
|
||||
"description": "'No' button in a confirm dialog"
|
||||
|
@ -523,10 +527,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"resetLinterRules": {
|
||||
"message": "Reset",
|
||||
"description": "Reset Stylelint or CSSLint rules"
|
||||
},
|
||||
"setLinterError": {
|
||||
"message": "Invalid JSON format",
|
||||
"description": "Setting linter rules with invalid JSON message"
|
||||
|
|
|
@ -331,7 +331,7 @@ function setupLinterPopup(rules) {
|
|||
]
|
||||
}),
|
||||
makeButton('save', 'styleSaveLabel'),
|
||||
makeButton('reset', 'resetLinterRules'),
|
||||
makeButton('reset', 'genericResetLabel'),
|
||||
$element({
|
||||
tag: 'span',
|
||||
className: 'error',
|
||||
|
|
Loading…
Reference in New Issue
Block a user