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..d5375b91 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", @@ -338,7 +338,7 @@ "settings.header.experimental": "Experimental", "settings.header.experimental.description": "Adjust the experimental settings for Cider.", "settings.option.experimental.unknownPlugin": "Unknown Sources", - "settings.option.experimental.unknownPlugin.description": "Allow installion of plugins from repos other than the Cider Plugin Repository", + "settings.option.experimental.unknownPlugin.description": "Allow installation of plugins from repos other than the Cider Plugin Repository", "settings.option.experimental.compactUI": "Compact UI", "settings.option.experimental.close_button_hide": "Close Button Should Hide the Application", "settings.option.experimental.inline_playlists": "Inline Playlists and Albums", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index baf51e29..864ce43d 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -200,7 +200,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", @@ -339,7 +339,7 @@ "settings.header.experimental": "Experimental", "settings.header.experimental.description": "Adjust the experimental settings for Cider.", "settings.option.experimental.unknownPlugin": "Unknown Sources", - "settings.option.experimental.unknownPlugin.description": "Allow installion of plugins from repos other than the Cider Plugin Repository", + "settings.option.experimental.unknownPlugin.description": "Allow installation of plugins from repos other than the Cider Plugin Repository", "settings.option.experimental.compactUI": "Compact UI", "settings.option.experimental.close_button_hide": "Close Button Should Hide the Application", "settings.option.experimental.inline_playlists": "Inline Playlists and Albums", diff --git a/src/renderer/views/components/plugin-menu.ejs b/src/renderer/views/components/plugin-menu.ejs index 6b3d5341..42d14013 100644 --- a/src/renderer/views/components/plugin-menu.ejs +++ b/src/renderer/views/components/plugin-menu.ejs @@ -12,7 +12,7 @@ diff --git a/src/renderer/views/pages/artist.ejs b/src/renderer/views/pages/artist.ejs index 07361202..b7bcab37 100644 --- a/src/renderer/views/pages/artist.ejs +++ b/src/renderer/views/pages/artist.ejs @@ -65,19 +65,19 @@ -