<?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>winrules:CustomProfile</id>
	<version>3.15</version>
	
	<file name="$sourcedir/ModSettings.php">
		<operation>
			<search position="replace"><![CDATA[
				'title' => 'Custom Profile Fields',
]]></search>
			<add><![CDATA[
				'title' => $txt['cp_cpfields'],
]]></add>
		</operation>		
		<operation>
			<search position="replace"><![CDATA[
	// Load up all the tabs...
]]></search>
			<add><![CDATA[
	loadLanguage('CustomProfile');
	// Load up all the tabs...
]]></add>
		</operation>
		
	</file>
	
</modification>
