Advertisement:

Navigation

Contents of smf_1-0-16_can_fail.xml:

<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
	<id>smf:smf-1.1.8</id>
	<version>1.0</version>

	<file name="$themedir/languages/Packages.english.php">
		<operation>
			<search position="replace"><![CDATA[
// Version: 1.0.1; Packages
]]></search>

			<add><![CDATA[
// Version: 1.0.16; Packages
]]></add>
		</operation>
		<operation>
			<search position="replace"><![CDATA[
$txt['package_no_zlib'] = 'Sorry, your PHP configuration doesn\'t have support for <b>zlib</b>.  Without this, the package manager cannot function.  Please contact your host about this for more information.';
]]></search>


			<add><![CDATA[
$txt['package_no_zlib'] = 'Sorry, your PHP configuration doesn\'t have support for <b>zlib</b>.  Without this, the package manager cannot function.  Please contact your host about this for more information.';

$txt['package_confirm_view_package_content'] = 'Are you sure you want to view the package contents from this location:<br /><br />%1$s';
$txt['package_confirm_proceed'] = 'Proceed';
$txt['package_confirm_go_back'] = 'Go back';
]]></add>
		</operation>
	</file>
</modification>