From 77c850856153869682db1f249d7ee3c0d99d5be5 Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Fri, 25 Feb 2022 23:31:06 +0800 Subject: [PATCH] Correction --- src/i18n/README.md | 6 +++++- src/i18n/en_US.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i18n/README.md b/src/i18n/README.md index d6927ea8..a1ead390 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -171,4 +171,8 @@ Update 19/2/2022 21:00 UTC * `settings.option.visual.theme.github.explore`: Added for `en_US` * `settings.option.visual.theme.github.install.confirm`: Added for `en_US` * `settings.option.experimental.unknownPlugin`: Added for `en_US` -* `settings.option.experimental.unknownPlugin.description`: Added for `en_US` \ No newline at end of file +* `settings.option.experimental.unknownPlugin.description`: Added for `en_US` + +Update 25/02/2022 15:30 UTC + +* `action.moveToTop`: Changed to `Move out of Folder` instead of `Move to top` \ No newline at end of file diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 5a7043ff..42f2ef91 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -199,7 +199,7 @@ "action.startRadio": "Start Radio", "action.goToArtist": "Go to Artist", "action.goToAlbum": "Go to Album", - "action.moveToTop": "Move to top", + "action.moveToTop": "Move out of Folder", "action.share": "Share", "action.rename": "Rename", "action.love": "Love",