From 2d0ad8ea075b97631c6341d6c3d7fc1dd9fe1850 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Sep 2020 09:48:48 -0400 Subject: [PATCH] remove "fork" from strings The original extension has been removed, so no need to distinguish ourselves anymore from the original. --- _locales/en/messages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index d62529a..6d1b8d6 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,14 +1,14 @@ { - "name": {"message": "Clear History [Advance Fork]"}, - "description": {"message": "Quickly clears the browser history. This is a fork of the Google version with more advanced options."}, + "name": {"message": "Clear History"}, + "description": {"message": "Quickly clears the browser history."}, "title": {"message": "Click to clear history"}, "direction": {"message": "ltr"}, "frameOptions": {"message": "Options"}, "headerTimeRange": {"message": "Time Range"}, "headerUserInterface": {"message": "User Interface"}, "headerDataSelection": {"message": "Data Selection"}, - "optionsTitle": {"message": "Options for Clear History [Advance Fork]"}, - "optionsHeader": {"message": "Clear History [Advance Fork]"}, + "optionsTitle": {"message": "Options for Clear History"}, + "optionsHeader": {"message": "Clear History"}, "optionsTimeFor": {"message": "Delete history for:"}, "optionsTimeStartNewer": {"message": "Clear entries newer than the selected time"}, "optionsTimeStartOlder": {"message": "Clear entries older than the selected time"}, -- 2.39.2