Skip to content

Commit

Permalink
updating wording for no sound packs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrthinger committed Apr 19, 2023
1 parent 6b28c9d commit cbd53f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AI_VoiceOver/VoiceOver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function Addon:OnInitialize()
if not DataModules:HasRegisteredModules() then
StaticPopupDialogs["VOICEOVER_NO_REGISTERED_DATA_MODULES"] =
{
text = [[VoiceOver|n|nNo data modules containing voiceovers were loaded.|n|nPlease verify that any modules you installed were correctly unpacked into your "Interface\AddOns" folder and that the download wasn't corrupted.|n|nLook into the "Data Modules" tab of VoiceOver options (accessible via the minimap button, "/vo options" command, or Interface Options in newer clients) for information on where to download more modules.]],
text = [[VoiceOver|n|nNo sound packs were found.|n|nUse the "/vo options" command, (or Interface Options in newer clients) and go to the DataModules tab for information on where to download sound packs.]],
button1 = OKAY,
timeout = 0,
whileDead = 1,
Expand Down

0 comments on commit cbd53f1

Please sign in to comment.