- added more reminders that you have to press Enter after typing strings into various configuration panels before they will save

This commit is contained in:
Parnic
2009-04-21 04:45:20 +00:00
parent 1d85d5478c
commit 8b61b36398
2 changed files with 6 additions and 6 deletions

View File

@ -382,7 +382,7 @@ function IceBarElement.prototype:GetOptions()
upperTextString = {
type = 'text',
name = 'Upper Text',
desc = 'The upper text to display under this bar (accepts LibDogTag formatting)\n\nSee http://www.wowace.com/wiki/LibDogTag-2.0/ or type /dogtag for tag info',
desc = 'The upper text to display under this bar (accepts LibDogTag formatting)\n\nSee http://www.wowace.com/wiki/LibDogTag-2.0/ or type /dogtag for tag info.\n\nRemember to press ENTER after filling out this box or it will not save.',
hidden = function()
return DogTag == nil or not self.moduleSettings.usesDogTagStrings
end,
@ -404,7 +404,7 @@ function IceBarElement.prototype:GetOptions()
lowerTextString = {
type = 'text',
name = 'Lower Text',
desc = 'The lower text to display under this bar (accepts LibDogTag formatting)\n\nSee http://www.wowace.com/wiki/LibDogTag-2.0/ or type /dogtag for tag info',
desc = 'The lower text to display under this bar (accepts LibDogTag formatting)\n\nSee http://www.wowace.com/wiki/LibDogTag-2.0/ or type /dogtag for tag info.\n\nRemember to press ENTER after filling out this box or it will not save.',
hidden = function()
return DogTag == nil or not self.moduleSettings.usesDogTagStrings
end,