Skip to content
Snippets Groups Projects
Commit e7484127 authored by Markus Klein's avatar Markus Klein Committed by Steffen Gebert
Browse files

[BUGFIX] About Modules shows HTML entities for Install Tool module

Change-Id: I548e906f0845878f00b6136f388ab8500d109c03
Fixes: #30974
Releases: 4.6
Reviewed-on: http://review.typo3.org/5912
Reviewed-by: Xavier Perseguers
Reviewed-by: Steffen Gebert
Tested-by: Steffen Gebert
parent 04dcd2a7
Branches
Tags
No related merge requests found
......@@ -4,26 +4,26 @@
<header/>
<body>
<trans-unit id="mlang_labels_tablabel" xml:space="preserve">
<source>Install&amp;nbsp;Tool</source>
<source>Install&#160;Tool</source>
</trans-unit>
<trans-unit id="mlang_labels_tabdescr" xml:space="preserve">
<source>Provides a simple link to the Install&amp;nbsp;Tool. Notice the Install&amp;nbsp;Tool (in typo3/install/) must be enabled.&lt;br /&gt;&lt;em&gt;Access for 'admin' users only!&lt;/em&gt;</source>
<source>Provides a simple link to the Install&#160;Tool. Notice the Install&#160;Tool (in typo3/install/) must be enabled.&lt;br /&gt;&lt;em&gt;Access for 'admin' users only!&lt;/em&gt;</source>
</trans-unit>
<trans-unit id="mlang_tabs_tab" xml:space="preserve">
<source>Install</source>
</trans-unit>
<trans-unit id="confirmUnlockInstallToolTitle" xml:space="preserve">
<source>The Install&amp;nbsp;Tool is locked</source>
<source>The Install&#160;Tool is locked</source>
</trans-unit>
<trans-unit id="confirmUnlockInstallToolMessage" xml:space="preserve">
<source>&lt;p&gt;For security reasons the Install&amp;nbsp;Tool is locked by default.&lt;/p&gt;
&lt;p&gt;To unlock the Install&amp;nbsp;Tool, an empty file with the name ENABLE_INSTALL_TOOL must be created in typo3conf/.&lt;/p&gt;
&lt;p&gt;By hitting the button below, this file is created for you and the Install&amp;nbsp;Tool will be unlocked.&lt;/p&gt;
&lt;p&gt;You are recommended to log out from the Install&amp;nbsp;Tool after finishing your work. Otherwise
TYPO3 will automatically lock the Install&amp;nbsp;Tool after one hour.&lt;/p&gt;</source>
<source>&lt;p&gt;For security reasons the Install&#160;Tool is locked by default.&lt;/p&gt;
&lt;p&gt;To unlock the Install&#160;Tool, an empty file with the name ENABLE_INSTALL_TOOL must be created in typo3conf/.&lt;/p&gt;
&lt;p&gt;By hitting the button below, this file is created for you and the Install&#160;Tool will be unlocked.&lt;/p&gt;
&lt;p&gt;You are recommended to log out from the Install&#160;Tool after finishing your work. Otherwise
TYPO3 will automatically lock the Install&#160;Tool after one hour.&lt;/p&gt;</source>
</trans-unit>
<trans-unit id="confirmUnlockInstallToolButton" xml:space="preserve">
<source>Unlock the Install&amp;nbsp;Tool</source>
<source>Unlock the Install&#160;Tool</source>
</trans-unit>
</body>
</file>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment