-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenglish.xml
43 lines (38 loc) · 1.31 KB
/
english.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<id>SimpleDeskTeam:AlternateEmail</id>
<version>1.1</version>
<file name="$languagedir/Modifications.english.php"><!-- Add the help information -->
<operation>
<search position="end" />
<add><![CDATA[
$txt['mail_from'] = 'Notifications Email Address';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.english-utf8.php" error="skip"><!-- Add the help information -->
<operation>
<search position="end" />
<add><![CDATA[
$txt['mail_from'] = 'Notifications Email Address';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.english_british.php" error="skip"><!-- Add the help information -->
<operation>
<search position="end" />
<add><![CDATA[
$txt['mail_from'] = 'Notifications Email Address';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.english_british-utf8.php" error="skip"><!-- Add the help information -->
<operation>
<search position="end" />
<add><![CDATA[
$txt['mail_from'] = 'Notifications Email Address';
]]></add>
</operation>
</file>
</modification>