diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-22 00:30:34 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 00:30:34 +1200 |
commit | 9f7a04a6bf64554e3d2adccac9698801a0f47296 (patch) | |
tree | e0195d332db2f4d95b9d56d85774ec7930e22f62 /web/l10n/en.json | |
parent | ee56eda11f169a8a9157098827b57a79dc7c841a (diff) | |
parent | cd3441751d939c06390a850f3457b67abab365a9 (diff) | |
download | trackermap-web-9f7a04a6bf64554e3d2adccac9698801a0f47296.tar.gz trackermap-web-9f7a04a6bf64554e3d2adccac9698801a0f47296.tar.bz2 trackermap-web-9f7a04a6bf64554e3d2adccac9698801a0f47296.zip |
Merge pull request #590 from Abyss777/hide_attributes
Implement UI setting to hide listed Position Attributes
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 77b7d031..91f5ca7f 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -99,6 +99,7 @@ "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", + "attributeUiHidePositionAttributes": "UI: Hide Position Attributes", "errorTitle": "Error", "errorGeneral": "Invalid parameters or constraints violation", "errorConnection": "Connection error", |