diff --git a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js index c1d9c49e89..0f6510a649 100644 --- a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js +++ b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js @@ -60,10 +60,10 @@ module.exports = (_ => { this.defaults = { settings: { - showInPopout: {value:true, description:"Show Badge in User Popout."}, - showInChat: {value:true, description:"Show Badge in Chat Window."}, - showInMemberList: {value:true, description:"Show Badge in Member List."}, - useColoredVersion: {value:true, description:"Use colored version of the Badges for Chat and Members."}, + showInPopout: {value:true, description:"Show Badge in User Popout"}, + showInChat: {value:true, description:"Show Badge in Chat Window"}, + showInMemberList: {value:true, description:"Show Badge in Member List"}, + useColoredVersion: {value:true, description:"Use colored version of the Badges for Chat and Members"}, showNitroDate: {value:true, description:"Show the subscription date for Nitro/Boost Badges"} }, badges: { diff --git a/Plugins/BetterSearchPage/BetterSearchPage.plugin.js b/Plugins/BetterSearchPage/BetterSearchPage.plugin.js index df11d2c9aa..13df0601f7 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:"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"} } }; diff --git a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js index c5a196ce88..b4b95cfc14 100644 --- a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js +++ b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js @@ -45,7 +45,7 @@ module.exports = (_ => { 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."}, + confirmClear: {value:false, inner:false, description:"Asks 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/TopRoleEverywhere/TopRoleEverywhere.plugin.js b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js index aa40413b91..af6c47d1a4 100644 --- a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js +++ b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js @@ -50,12 +50,12 @@ module.exports = (_ => { settings: { showInChat: {value:true, inner:true, description:"Chat Window"}, showInMemberList: {value:true, inner:true, description:"Member List"}, - useOtherStyle: {value:false, inner:false, description:"Use BotTag Style instead of the Role Style."}, - useBlackFont: {value:false, inner:false, description:"Instead of darkening the color for BotTag Style on bright colors use black font."}, - includeColorless: {value:false, inner:false, description:"Include colorless roles."}, + useOtherStyle: {value:false, inner:false, description:"Use BotTag Style instead of the Role Style"}, + useBlackFont: {value:false, inner:false, description:"Instead of darkening the color for BotTag Style on bright colors use black font"}, + includeColorless: {value:false, inner:false, description:"Include colorless roles"}, showOwnerRole: {value:false, inner:false, description:`Display Role Tag of Serverowner as "${BDFDB.LanguageUtils.LanguageStrings.GUILD_OWNER}".`}, - disableForBots: {value:false, inner:false, description:"Disable Role Tag for Bots."}, - addUserID: {value:false, inner:false, description:"Add the UserID as a Tag to the Chat Window."} + disableForBots: {value:false, inner:false, description:"Disable Role Tag for Bots"}, + addUserID: {value:false, inner:false, description:"Add the UserID as a Tag to the Chat Window"} } };