Internationalize the subject of emails sent for password recovery.

This commit is contained in:
Colin Kuskie 2008-09-13 22:00:17 +00:00
parent 0c62ee3666
commit dda8b74734
3 changed files with 8 additions and 1 deletions

View file

@ -4123,6 +4123,12 @@ LongTruncOk=1</p>
context => q{Title of the template created by the Site Setup screen},
},
'WebGUI password recovery' => {
message => q{WebGUI password recovery},
lastUpdated => 0,
context => q{Title of the template created by the Site Setup screen},
},
};
1;