New backup labels by narcolepticinsomniac
This commit is contained in:
parent
f86a6489ef
commit
7d5b9b8a34
|
@ -69,7 +69,7 @@
|
|||
"description": "Heading for backup"
|
||||
},
|
||||
"backupMessage": {
|
||||
"message": "Larger imported files may take a moment. Wait for a browser notification to appear.",
|
||||
"message": "Select a file or drag and drop to this page.",
|
||||
"description": "Message for backup"
|
||||
},
|
||||
"checkAllUpdates": {
|
||||
|
@ -136,6 +136,10 @@
|
|||
"message": "Are you sure you want to delete this style?",
|
||||
"description": "Confirmation before deleting a style"
|
||||
},
|
||||
"dragDropMessage": {
|
||||
"message": "Drop your backup file anywhere on this page to import.",
|
||||
"description": "Drag'n'drop message"
|
||||
},
|
||||
"confirmOK": {
|
||||
"message": "Delete"
|
||||
},
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
<script src="manage.js"></script>
|
||||
</head>
|
||||
|
||||
<body id="stylus-manage" i18n-dragndrop-hint="backupMessage">
|
||||
<body id="stylus-manage" i18n-dragndrop-hint="dragDropMessage">
|
||||
<div id="header">
|
||||
<h1 id="manage-heading" i18n-text="manageHeading"></h1>
|
||||
<fieldset>
|
||||
|
|
Loading…
Reference in New Issue
Block a user