diff --git a/Plugins/BetterSearchPage/BetterSearchPage.plugin.js b/Plugins/BetterSearchPage/BetterSearchPage.plugin.js index ded649afbc..4fcaf1d51b 100644 --- a/Plugins/BetterSearchPage/BetterSearchPage.plugin.js +++ b/Plugins/BetterSearchPage/BetterSearchPage.plugin.js @@ -43,9 +43,9 @@ module.exports = (_ => { onLoad() { this.defaults = { settings: { - addFirstLast: {value:true, description:"Adds a first and last page button"}, - addJumpTo: {value:true, description:"Adds a jump to input field (press enter to jump)"}, - cloneToTheTop: {value:true, description:"Clones the controls to the top of the results page"} + addFirstLast: {value:true, description:"Add a first and last page button"}, + addJumpTo: {value:true, description:"Add a jump to input field (press enter to jump)"}, + cloneToTheTop: {value:true, description:"Clone the controls to the top of the results page"} } }; diff --git a/Plugins/ChatFilter/ChatFilter.plugin.js b/Plugins/ChatFilter/ChatFilter.plugin.js index fd7e2fdda5..1c6788daa4 100644 --- a/Plugins/ChatFilter/ChatFilter.plugin.js +++ b/Plugins/ChatFilter/ChatFilter.plugin.js @@ -44,7 +44,7 @@ module.exports = (_ => { onLoad() { this.defaults = { configs: { - empty: {value:false, description:"Allows the replacevalue to be empty (ignoring the default)"}, + empty: {value:false, description:"Allow the replacevalue to be empty (ignoring the default)"}, case: {value:false, description:"Handle the wordvalue case sensitive"}, exact: {value:true, description:"Handle the wordvalue as an exact word and not as part of a word"}, regex: {value:false, description:"Handle the wordvalue as a RegExp string"} diff --git a/Plugins/FriendNotifications/FriendNotifications.plugin.js b/Plugins/FriendNotifications/FriendNotifications.plugin.js index abca2098ef..07baf6f95d 100644 --- a/Plugins/FriendNotifications/FriendNotifications.plugin.js +++ b/Plugins/FriendNotifications/FriendNotifications.plugin.js @@ -70,8 +70,8 @@ module.exports = (_ => { this.defaults = { settings: { - addOnlineCount: {value:true, description:"Adds an online friend counter to the server list (click to open logs)"}, - showDiscriminator: {value:false, description:"Adds the user discriminator"}, + addOnlineCount: {value:true, description:"Add an online friend counter to the server list (click to open logs)"}, + showDiscriminator: {value:false, description:"Add the user discriminator"}, disableForNew: {value:false, description:"Disable Notifications for newly added Friends:"}, muteOnDND: {value:false, description:"Do not notify me when I am DnD"}, openOnClick: {value:false, description:"Open the DM when you click a Notification"} diff --git a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js index f00cb7ce4d..d9cf22c47a 100644 --- a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js +++ b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js @@ -78,7 +78,7 @@ module.exports = (_ => { this.defaults = { settings: { useChromium: {value:false, description:"Use an inbuilt browser window instead of opening your default browser"}, - addTranslateButton: {value:true, description:"Adds an translate button to the chatbar"}, + addTranslateButton: {value:true, description:"Add an translate button to the chatbar"}, sendOriginalMessage: {value:false, description:"Send the original message together with the translation"} }, choices: { diff --git a/Plugins/ImageUtilities/ImageUtilities.plugin.js b/Plugins/ImageUtilities/ImageUtilities.plugin.js index 143b8a5c56..119c610c60 100644 --- a/Plugins/ImageUtilities/ImageUtilities.plugin.js +++ b/Plugins/ImageUtilities/ImageUtilities.plugin.js @@ -100,8 +100,8 @@ module.exports = (_ => { addDetails: {value:true, inner:false, description:"Add image details (name, size, amount) in the image modal"}, showAsHeader: {value:true, inner:false, description:"Show image details as a details header above the image in the chat"}, showOnHover: {value:false, inner:false, description:"Show image details as Tooltip in the chat"}, - enableGallery: {value:true, inner:false, description:"Displays previous/next Images in the same message in the image modal"}, - enableZoom: {value:true, inner:false, description:"Creates a zoom lense if you press down on an image in the image modal"}, + enableGallery: {value:true, inner:false, description:"Display previous/next Images in the same message in the image modal"}, + enableZoom: {value:true, inner:false, description:"Create a zoom lense if you press down on an image in the image modal"}, enableCopyImg: {value:true, inner:false, description:"Add a copy image option in the image modal"}, enableSaveImg: {value:true, inner:false, description:"Add a save image as option in the image modal"}, useChromium: {value:false, inner:false, description:"Use an inbuilt browser window instead of opening your default browser"}, diff --git a/Plugins/PinDMs/PinDMs.plugin.js b/Plugins/PinDMs/PinDMs.plugin.js index d92d559a72..92da65cb20 100644 --- a/Plugins/PinDMs/PinDMs.plugin.js +++ b/Plugins/PinDMs/PinDMs.plugin.js @@ -48,9 +48,9 @@ module.exports = (_ => { settings: { sortInRecentOrder: {value:false, inner:true, description:"Channel List"}, sortInRecentOrderGuild: {value:false, inner:true, description:"Guild List"}, - showPinIcon: {value:true, inner:false, description:"Shows a little 'Pin' icon for pinned DMs in the server list:"}, - showCategoryUnread: {value:true, inner:false, description:"Shows the amount of unread Messages in a category in the channel list:"}, - showCategoryAmount: {value:true, inner:false, description:"Shows the amount of pinned DMs in a category in the channel list:"} + showPinIcon: {value:true, inner:false, description:"Show a little 'Pin' icon for pinned DMs in the server list:"}, + showCategoryUnread: {value:true, inner:false, description:"Show the amount of unread Messages in a category in the channel list:"}, + showCategoryAmount: {value:true, inner:false, description:"Show the amount of pinned DMs in a category in the channel list:"} } }; diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index 7cddf0ff6c..2e37254e3c 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -109,7 +109,7 @@ module.exports = (_ => { name: plugin.getName, version: plugin.getVersion, author: plugin.getAuthor, - description: plugin.getDescription || "No Description found.", + description: plugin.getDescription || "No Description found", fav: favorites.includes(url) ? favStates.FAVORIZED : favStates.NOT_FAVORIZED, new: plugin.getState == pluginStates.DOWNLOADABLE && !cachedPlugins.includes(url) ? newStates.NEW : newStates.NOT_NEW, state: plugin.getState @@ -400,8 +400,8 @@ module.exports = (_ => { this.defaults = { settings: { useChromium: {value:false, description:"Use an inbuilt browser window instead of opening your default browser"}, - notifyOutdated: {value:true, description:"Notifies you when one of your Plugins is outdated"}, - notifyNewEntries: {value:true, description:"Notifies you when there are new entries in the Repo"} + notifyOutdated: {value:true, description:"Get a notification when one of your Plugins is outdated"}, + notifyNewEntries: {value:true, description:"Get a notification when there are new entries in the Repo"} }, modalSettings: { updated: {value:true, modify:true, description:"Show updated Plugins",}, diff --git a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js index 33e1c9959f..0706074140 100644 --- a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js +++ b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js @@ -44,8 +44,8 @@ module.exports = (_ => { onLoad() { this.defaults = { settings: { - addClearButton: {value:true, inner:false, description:"Adds a 'Clear Mentions' button to the recent mentions popout"}, - confirmClear: {value:false, inner:false, description:"Asks for your confirmation before clearing reads"}, + addClearButton: {value:true, inner:false, description:"Add a 'Clear Mentions' button to the recent mentions popout"}, + confirmClear: {value:false, inner:false, description:"Ask for your confirmation before clearing reads"}, includeGuilds: {value:true, inner:true, description:"unread Servers"}, includeMuted: {value:false, inner:true, description:"muted unread Servers"}, includeDMs: {value:false, inner:true, description:"unread DMs"} diff --git a/Plugins/ServerDetails/ServerDetails.plugin.js b/Plugins/ServerDetails/ServerDetails.plugin.js index b303cc4e41..55129b9faa 100644 --- a/Plugins/ServerDetails/ServerDetails.plugin.js +++ b/Plugins/ServerDetails/ServerDetails.plugin.js @@ -367,7 +367,7 @@ module.exports = (_ => { settingsItems.push(BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.CollapseContainer, { title: "Placeholder Guide", - dividertop: true, + dividerTop: true, collapseStates: collapseStates, children: [ "$hour will be replaced with the hour of the date", diff --git a/Plugins/ServerFolders/ServerFolders.plugin.js b/Plugins/ServerFolders/ServerFolders.plugin.js index 6bcf1214d7..888cf17198 100644 --- a/Plugins/ServerFolders/ServerFolders.plugin.js +++ b/Plugins/ServerFolders/ServerFolders.plugin.js @@ -364,8 +364,8 @@ module.exports = (_ => { closeAllFolders: {value:false, description:"Close all folders when selecting a server"}, forceOpenFolder: {value:false, description:"Force a folder to open when switching to a server of that folder"}, showCountBadge: {value:true, description:"Display badge for amount of servers in a folder"}, - extraColumn: {value:true, description:"Moves the servers from opened folders in an extra column"}, - addSeparators: {value:true, description:"Adds separators between servers of different folders in extra column"} + extraColumn: {value:true, description:"Move the servers from opened folders in an extra column"}, + addSeparators: {value:true, description:"Add separators between servers of different folders in extra column"} } }; diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index b1e27a179a..32ef972d53 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -116,7 +116,7 @@ module.exports = (_ => { name: theme.name, version: theme.version, author: theme.author, - description: theme.description || "No Description found.", + description: theme.description || "No Description found", fav: favorites.includes(url) ? favStates.FAVORIZED : favStates.NOT_FAVORIZED, new: theme.state == themeStates.DOWNLOADABLE && !cachedThemes.includes(url) ? newStates.NEW : newStates.NOT_NEW, state: theme.state, @@ -693,8 +693,8 @@ module.exports = (_ => { settings: { useChromium: {value:false, description:"Use an inbuilt browser window instead of opening your default browser"}, keepOnTop: {value:false, description:"Keep the preview window always on top"}, - notifyOutdated: {value:true, description:"Notifies you when one of your Themes is outdated"}, - notifyNewentries: {value:true, description:"Notifies you when there are new entries in the Repo"} + notifyOutdated: {value:true, description:"Get a notification when one of your Themes is outdated"}, + notifyNewentries: {value:true, description:"Get a notification when there are new entries in the Repo"} }, modalSettings: { updated: {value:true, modify:true, description:"Show updated Themes",}, @@ -972,7 +972,7 @@ module.exports = (_ => { BDFDB.DOMUtils.remove(loadingicon, ".themerepo-loadingicon"); loading = {is:false, timeout:null, amount:loading.amount}; - BDFDB.LogUtils.log("Finished fetching Themes.", this.name); + BDFDB.LogUtils.log("Finished fetching Themes", this.name); if (list) BDFDB.ReactUtils.forceUpdate(list); if ((settings.notifyOutdated || settings.notifyOutdated == undefined) && outdated > 0) {