Email.lngFix Spelling/Correct Text
change
# User-related
'username', "The username of the user.",
'displayname', "The displayname of the user.",
'cryptusername', "The username of the user, cloaked for use in a URL.",
'reviewer', "The real name of the admin/gmod, reviewing registrations.",
to
# User-related
'username', "The User Name of the User.",
'displayname', "The displayname of the User.",
'cryptusername', "The username of the User, cloaked for use in a URL.",
'reviewer', "The real name of the Admin/GMod, reviewing registrations.",
change
# Topic/PM-related
...
'num', "The number of the topic (for URL purposes)",
'start', "The number of the message in the topic (for URL purposes)",
to
# Topic/PM-related
...
'num', "The number of the Topic (for URL purposes)",
'start', "The number of the Message in the Topic (for URL purposes)",
change
# Registration/Password
'activationcode', "The activation code sent in a register email.",
'remindercode', "The code sent in a reminder Email.",
'preregspan', "The time allowed before the pre-registration expires. Current value: $preregspan",
'reason', "Admin reason behind a descision made on a registering user while in register with admin approval mode",
to
# Registration/Password
'activationcode', "The Activation Code sent in a Register Email.",
'remindercode', "The code sent in a Reminder Email.",
'preregspan', "The time allowed before the Pre-Registration expires. Current value: $preregspan",
'reason', "Admin reason behind a descision made on a registering User while in register with Admin Approval mode",
change
# Sending a topic
'toname', "The name of the person recieving a topic.",
to
# Sending a Topic
'toname', "The name of the person recieving a Topic.",
change
# PMs
...
'email', "Email from user.",
...
'subject', "The subject of the message or PM.",
to
# PMs
...
'email', "Email from User.",
...
'subject', "The subject of the Message or PM.",
change
$emaildesc{'preregemail'} = qq~The registration email that is sent out when using preregistration codes~;
to
$emaildesc{'preregemail'} = qq~The Registration Email that is sent out when using Pre-Registration Codes~;
change
$emaildesc{'approveregemail'} = qq~The pending approval email when not sending a password or prereg code~;
to
$emaildesc{'approveregemail'} = qq~The Pending Approval Email when not sending a password or Pre-Registration Code~;
change
This may take some time as even administrators do have to sleep sometime, so please have some patience (usually review is done within 24 hours).
to
This may take some time as even Administrators do have to sleep sometime, so please have some patience (usually review is done within 24 hours).
change
$emaildesc{'instantapprovedemail'} = qq~The instant approval email when not sending a password or prereg code~;
to
$emaildesc{'instantapprovedemail'} = qq~The Instant Approval Email when not sending a password or Pre-Registration Code~;
change
Your membership application has been instantly approved by {yabb reviewer} from the {yabb mbname} administration.
to
Your membership application has been instantly approved by {yabb reviewer} from the {yabb mbname} Administration.
change
$emaildesc{'instantrejectedemail'} = qq~The instant decline Email when not sending a password or prereg code~;
to
$emaildesc{'instantrejectedemail'} = qq~The Instant Decline Email when not sending a password or Pre-Registration Code~;
change
$emaildesc{'reviewapprovedemail'} = qq~The reviewed approval email when not sending a password or prereg code~;
to
$emaildesc{'reviewapprovedemail'} = qq~The Reviewed Approval Email when not sending a password or Pre-Registration Code~;
change
$emaildesc{'reviewrejectedemail'} = qq~The reviewed decline email when not sending a password or prereg code~;
to
$emaildesc{'reviewrejectedemail'} = qq~The Reviewed Decline Email when not sending a password or Pre-Registration Code~;
change
$emaildesc{'passwordregemail'} = qq~The registration email when giving the user a random password~;
to
$emaildesc{'passwordregemail'} = qq~The Registration Email when giving the user a random password~;
change
$emaildesc{'welcomeregemail'} = qq~The registration email when not sending a password or prereg code~;
to
$emaildesc{'welcomeregemail'} = qq~The Registration Email when not sending a password or Pre-Registration Code~;
change
$emaildesc{'activatedpassregemail'} = qq~The registration activation result email (sending a password)~;
to
$emaildesc{'activatedpassregemail'} = qq~The Registration Activation Result Email (sending a password)~;
change
$emaildesc{'activatedwelcomeregemail'} = qq~The registration activation result email (not sending a password)~;
to
$emaildesc{'activatedwelcomeregemail'} = qq~The Registration Activation Result Email (not sending a password)~;
change
$emaildesc{'boardnewtopicnotificationemail'} = qq~The notification email (board-level, new topic)~;
to
$emaildesc{'boardnewtopicnotificationemail'} = qq~The Notification Email (Board-Level, New Topic)~;
change
$emaildesc{'boardnotificationemail'} = qq~The Notification email (board-level, existing topic)~;
to
$emaildesc{'boardnotificationemail'} = qq~The Notification Email (Board-Level, Existing Topic)~;
change
$emaildesc{'topicnotificationemail'} = qq~The notification email (topic-level)~;
to
$emaildesc{'topicnotificationemail'} = qq~The Notification Email (Topic-Level)~;
change
$emaildesc{'privatemessagenotificationemail'} = qq~The Private Message notification email~;
to
$emaildesc{'privatemessagenotificationemail'} = qq~The Private Message Notification Email~;
change
$emaildesc{'replyguestmail'} = qq~The reply guest PM to Admin email~;
to
$emaildesc{'replyguestmail'} = qq~The Reply Guest PM to Admin Email~;
change
$emaildesc{'deleteduseremail'} = qq~The deleted User notify~;
to
$emaildesc{'deleteduseremail'} = qq~The Deleted User Notification Email~;