Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 3a4d581

Browse files
committed
forgot "... or ..."...
1 parent aef0b2a commit 3a4d581

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed

_locales/de/messages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@
577577
"message": "Restore from file...",
578578
"description": "English: Restore all..."
579579
},
580+
"aboutUserDataOr" : {
581+
"message": "... or ...",
582+
"description": "English: ... or ..."
583+
},
580584
"aboutUserDataResetButton" : {
581585
"message": "Start from scratch...",
582586
"description": "English: Start from scratch..."

_locales/en/messages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@
577577
"message": "Restore from file...",
578578
"description": "English: Restore all..."
579579
},
580+
"aboutUserDataOr" : {
581+
"message": "... or ...",
582+
"description": "English: ... or ..."
583+
},
580584
"aboutUserDataResetButton" : {
581585
"message": "Start from scratch...",
582586
"description": "English: Start from scratch..."

_locales/fr/messages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@
577577
"message": "Importer depuis un fichier...",
578578
"description": "English: Restore from file..."
579579
},
580+
"aboutUserDataOr" : {
581+
"message": "... ou ...",
582+
"description": "English: ... or ..."
583+
},
580584
"aboutUserDataResetButton" : {
581585
"message": "Repartir à zéro...",
582586
"description": "English: Start from scratch..."

_locales/ru/messages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@
577577
"message": "Восстановить из файла...",
578578
"description": "English: Restore all..."
579579
},
580+
"aboutUserDataOr" : {
581+
"message": "... or ...",
582+
"description": "English: ... or ..."
583+
},
580584
"aboutUserDataResetButton" : {
581585
"message": "Start from scratch...",
582586
"description": "English: Start from scratch..."

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 data-i18n="aboutUserDataHeader"></h2>
6666
<div>
6767
<p><button type="button" id="backupUserDataButton" data-i18n="aboutUserDataBackupButton"></button>
6868
<button type="button" id="restoreUserDataButton" data-i18n="aboutUserDataRestoreButton"></button>
69-
<p> ... or ...
69+
<p style="margin-left: 2em;" data-i18n="aboutUserDataOr">
7070
<p><button type="button" id="resetUserDataButton" data-i18n="aboutUserDataResetButton"></button>
7171
</div>
7272

0 commit comments

Comments
 (0)