From e2b9e090ce8f3261921170bf18c390f6d5f83aa2 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 25 Oct 2023 07:28:41 -0400 Subject: [PATCH] Update user interface srings as suggested --- src/_locales/en/messages.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index d8b0afcf8..72c9cef77 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -536,12 +536,12 @@ "description": "Warning against copy-pasting filters from random sources" }, "1pImport": { - "message": "Import and append", - "description": "English: Import and append" + "message": "Import and append…", + "description": "Button in the 'My filters' pane" }, "1pExport": { - "message": "Export", - "description": "English: Export" + "message": "Export…", + "description": "Button in the 'My filters' pane" }, "1pExportFilename": { "message": "my-ublock-static-filters_{{datetime}}.txt", @@ -584,8 +584,8 @@ "description": "" }, "rulesExport": { - "message": "Export to file", - "description": "" + "message": "Export to file…", + "description": "Button in the 'My rules' pane" }, "rulesDefaultFileName": { "message": "my-ublock-dynamic-rules_{{datetime}}.txt", @@ -620,12 +620,12 @@ "description": "A concise description of the 'Trusted sites' pane." }, "whitelistImport": { - "message": "Import and append", - "description": "English: Import and append" + "message": "Import and append…", + "description": "Button in the 'Trusted sites' pane" }, "whitelistExport": { - "message": "Export", - "description": "English: Export" + "message": "Export…", + "description": "Button in the 'Trusted sites' pane" }, "whitelistExportFilename": { "message": "my-ublock-trusted-sites_{{datetime}}.txt",