From: Mike Frysinger Date: Wed, 23 Sep 2020 13:48:48 +0000 (-0400) Subject: remove "fork" from strings X-Git-Tag: v1.5.6~1 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fclearhistory-advance-fork.git;a=commitdiff_plain;h=2d0ad8ea075b97631c6341d6c3d7fc1dd9fe1850 remove "fork" from strings The original extension has been removed, so no need to distinguish ourselves anymore from the original. --- 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"},