rephrase update messages

This commit is contained in:
tophf 2017-04-26 01:06:16 +03:00
parent acc4d83b9d
commit f08312ab00
3 changed files with 5 additions and 5 deletions

View File

@ -596,11 +596,11 @@
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications" "description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
}, },
"updateCheckManualUpdateForce": { "updateCheckManualUpdateForce": {
"message": "Force-install update (and lose your edits)", "message": "Install update (local edits will be overwritten)",
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications" "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
}, },
"updateCheckManualUpdateHint": { "updateCheckManualUpdateHint": {
"message": "To force an update (and lose your edits) update each style individually.", "message": "Forcing an update will overwrite any local edits.",
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications" "description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
@ -612,7 +612,7 @@
"description": "Text that displays when an update all check completed and no updates are available" "description": "Text that displays when an update all check completed and no updates are available"
}, },
"updateAllCheckSucceededSomeEdited": { "updateAllCheckSucceededSomeEdited": {
"message": "Some updatable styles weren't checked to avoid losing possible local edits.", "message": "Some updatable styles weren't checked to avoid losing possible local edits. Updates can be forced by checking individually, or by running another check for all styles (local edits will be overwritten).",
"description": "Text that displays when an update all check completed and no updates are available" "description": "Text that displays when an update all check completed and no updates are available"
}, },
"updateCompleted": { "updateCompleted": {

View File

@ -507,7 +507,7 @@ input[id^="manage.newUI"] {
} }
#update-all-no-updates[data-skipped-edited="true"]:after { #update-all-no-updates[data-skipped-edited="true"]:after {
content: " __MSG_updateAllCheckSucceededSomeEdited__ __MSG_updateCheckManualUpdateHint__"; content: " __MSG_updateAllCheckSucceededSomeEdited__";
} }
#check-all-updates-force { #check-all-updates-force {

View File

@ -12,7 +12,7 @@ var updater = {
// details for SKIPPED status // details for SKIPPED status
EDITED: 'locally edited', EDITED: 'locally edited',
MAYBE_EDITED: 'maybe locally edited', MAYBE_EDITED: 'may be locally edited',
SAME_MD5: 'up-to-date: MD5 is unchanged', SAME_MD5: 'up-to-date: MD5 is unchanged',
SAME_CODE: 'up-to-date: code sections are unchanged', SAME_CODE: 'up-to-date: code sections are unchanged',
ERROR_MD5: 'error: MD5 is invalid', ERROR_MD5: 'error: MD5 is invalid',