diff options
| author | Ole Bertram <git@bertr.am> | 2018-06-28 02:59:57 +0200 |
|---|---|---|
| committer | Ole Bertram <git@bertr.am> | 2018-06-28 03:28:23 +0200 |
| commit | d2b79856c61391e56009cdf313e332ee950b9081 (patch) | |
| tree | 63b8f6a5be694f670fb6b0a0bcf2d5b4c5d98466 /src/i18n/messages.js | |
| parent | f36984c4a4d1411d4ec4c6aad7f2740fe676a4fa (diff) | |
Add theme import feature
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index ee0fcd2a..cc9090c7 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -289,6 +289,7 @@ const en = { theme: 'Theme', presets: 'Presets', export_theme: 'Export current theme', + import_theme: 'Load saved theme', theme_help: 'Use hex color codes (#rrggbb) to customize your color theme.', radii_help: 'Set up interface edge rounding (in pixels)', background: 'Background', |
