From 80800488489b0c00d53b06fdaaab80a337d552a5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 5 Feb 2022 09:59:31 -0500 Subject: [PATCH] Remove usage of period in short description From what I gather looking at Firefox for Android, a period is used in a sentence only when there were prior usage of punctuation in the descripton, i.e. a comma, or a a period in a previous sentence. Single standalone sentence should not have a trailing period. --- src/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 862f39474..f0cbcae9b 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -404,7 +404,7 @@ "description": "Section for controlling advanced-user settings" }, "settingsAdvancedSynopsis": { - "message": "Features suitable only for technical users.", + "message": "Features suitable only for technical users", "description": "Description of section controlling advanced-user settings" }, "settingsAdvancedUserSettings": {