install/upgrade.php
changeset 497 ecb636490702
parent 496 449b042ea6b0
child 526 b2fb50d572c7
--- a/install/upgrade.php	Sat Mar 08 12:22:05 2008 -0500
+++ b/install/upgrade.php	Sat Mar 08 19:39:43 2008 -0500
@@ -208,6 +208,7 @@
   
   $site_url = makeUrl(getConfig('main_page'), false, true);
   echo '<p>All done! I\'ll actually be nice enough to give you a <a href="' . $site_url . '">link back to your site</a> this release <tt>:)</tt></p>';
+  echo '<p><b>It is important that you run a language string re-import and then clear your browser cache.</b> Otherwise you may see bits of the interface that appear to not be localized. This process will be automatic and non-destructive in later versions.</p>';
 }
 else
 {