From 51dc43c0dd7f80d08c79adb0f08f5a527d5cc37e Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Wed, 31 Mar 2021 14:21:27 +0100
Subject: [PATCH] Remove full stops.

---
 en.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/en.json b/en.json
index 50af1f7..b67916d 100644
--- a/en.json
+++ b/en.json
@@ -109,11 +109,11 @@
                 "appearance": {
                     "title": "Appearance",
                     "overrides": "Theme Overrides",
-                    "reset_overrides": "Reset overrides.",
-                    "export_clipboard": "Export to clipboard.",
-                    "import_clipboard": "Import from clipboard.",
-                    "import_manual": "Import manually.",
-                    "import_theme": "Import theme from string.",
+                    "reset_overrides": "Reset overrides",
+                    "export_clipboard": "Export to clipboard",
+                    "import_clipboard": "Import from clipboard",
+                    "import_manual": "Import manually",
+                    "import_theme": "Import theme from string",
                     "theme_data": "Theme Data"
                 },
                 "notifications": {
-- 
GitLab