diff options
Diffstat (limited to 'data/defscript')
-rw-r--r-- | data/defscript/popups.kvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defscript/popups.kvs b/data/defscript/popups.kvs index 35d39ab3..643a0377 100644 --- a/data/defscript/popups.kvs +++ b/data/defscript/popups.kvs @@ -306,7 +306,7 @@ defpopup(registration) if(%:regName) { %:labelText << $tr("is registered as") ": <b>"%:regName"</b>" - # We want to display tqmasks here!!! + # We want to display masks here!!! %:inNotifyList = $reguser.property(%:regName,notify); if(%:inNotifyList)%:labelText << "<br><b>$0</b>" $tr("is in the notify list") %:curAvatar = $avatar.name($0); |