Merge pull request #2076 from h3poteto/fix/confirm-title
Fix confirm message
This commit is contained in:
commit
a29d5f79e2
|
@ -140,7 +140,7 @@
|
||||||
"description": "Enable spellchecker",
|
"description": "Enable spellchecker",
|
||||||
"notice": "Requires relaunch",
|
"notice": "Requires relaunch",
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "Warning",
|
"title": "Confirm",
|
||||||
"message": "You have to restart this application. Continue?",
|
"message": "You have to restart this application. Continue?",
|
||||||
"ok": "Restart Now",
|
"ok": "Restart Now",
|
||||||
"cancel": "Cancel"
|
"cancel": "Cancel"
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
"language_description": "Choose the language you would like to use with Whalebird.",
|
"language_description": "Choose the language you would like to use with Whalebird.",
|
||||||
"notice": "Requires relaunch",
|
"notice": "Requires relaunch",
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "Warning",
|
"title": "Confirm",
|
||||||
"message": "You have to restart this application. Continue?",
|
"message": "You have to restart this application. Continue?",
|
||||||
"ok": "Restart Now",
|
"ok": "Restart Now",
|
||||||
"cancel": "Cancel"
|
"cancel": "Cancel"
|
||||||
|
|
Loading…
Reference in New Issue