@@ -1164,14 +1168,6 @@ function install_select_locale(&$install_state) {
$output='<p>Follow these steps to translate Drupal into your language:</p>';
$output.='<ol>';
$output.='<li>Download a translation from the <a href="http://localize.drupal.org/download" target="_blank">translation server</a>.</li>';
$output.='<li>Rename the downloaded file retaining only the language code at the end of the file name and its extension. For example, if the file name is
<pre>
drupal-7.0.pt-br.po
</pre>
rename it to
<pre>
pt-br.po
</pre></li>';
$output.='<li>Place it into the following directory:
<pre>
/profiles/'.$profilename.'/translations/
...
...
@@ -1237,16 +1233,15 @@ function install_select_locale_form($form, &$form_state, $locales, $profilename)