diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-23 08:24:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-23 08:24:55 +0300 |
| commit | 754d71ec1933d897f9206ddca080bb258256edbb (patch) | |
| tree | e11069a63e4c5f2d694b47f7e4b0faa3f3bcd4e7 /src/i18n | |
| parent | 91ea9b7b0e7b2ad818c0ac026951cd5a9c68bfdf (diff) | |
added checkboxes to keep current roundness and shadows, also cleaned up how
shadows/roundness are reset when switching themes
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f990dd04..a9d50dbe 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -164,6 +164,11 @@ "true": "yes" }, "style": { + "switcher": { + "keep_shadows": "Keep shadows", + "keep_roundness": "Keep roundness", + "save_load_hint": "\"Keep\" options preserve currently set options when selecting or loading themes, it also stores said options when exporting a theme." + }, "common": { "color": "Color", "opacity": "Opacity", |
