mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
d7bf98a80b
- cleaned up dialog i18n - better red color - made :active state visible for dialog buttons on mobile - better body padding in small dialog - better small dialog typing with optional values
9 lines
245 B
JSON
9 lines
245 B
JSON
{
|
|
"button.gotit": "got it",
|
|
"button.cancel": "cancel",
|
|
"button.erase": "erase",
|
|
|
|
"erase.title": "erase all settings?",
|
|
"erase.body": "are you sure you want to reset all settings? this action is immediate and irreversible."
|
|
}
|