# HG changeset patch # User Dan # Date 1229859283 18000 # Node ID 20370871c333ad28c3d923adfe3a3db9134c6f5d # Parent ad3695780ce47da996fc486d1c8868b042686cc2 Minor string change to match other string changes in 1.1 installer diff -r ad3695780ce4 -r 20370871c333 language/english/install.json --- a/language/english/install.json Sun Dec 21 06:33:31 2008 -0500 +++ b/language/english/install.json Sun Dec 21 06:34:43 2008 -0500 @@ -217,7 +217,7 @@ msg_bestmethod_shortened: 'The installer has detected that using shortened URLs is the best level that will work.', msg_bestmethod_standard: 'The installer has detected that using standard URLs is the only level that will work.', msg_modrewrite_enabled: 'Your copy of Enano has the Windows mod_rewrite workaround patch enabled.', - msg_modrewrite_necessary: 'If you don\'t plan to use the Tiny URLs option below, you should go back and re-download Enano without this workaround enabled. The mod_rewrite issues Enano faces under Windows are caused by a security change in Apache 2.2 that is not present in Apache 2.0. Learn more', + msg_modrewrite_necessary: 'If you don\'t plan to use the Rewritten URLs option below, you should go back and re-download Enano without this workaround enabled. The mod_rewrite issues Enano faces under Windows are caused by a security change in Apache 2.2 that is not present in Apache 2.0. Learn more', msg_modrewrite_unnecessary: 'The Enano installer has detected that you\'re probably not running Apache 2.2 under Windows. You don\'t need this workaround unless you\'re using this specific software stack. Unless you\'re sure that you are running Apache 2.2 under Windows on your server, it is recommended that you disable the WINDOWS_MOD_REWRITE_WORKAROUNDS constant in includes/constants.php. Learn more', msg_modrewrite_disabled: 'Your server is running Apache 2.2 on Windows, but the Windows mod_rewrite workaround patch is disabled.', msg_modrewrite_maybeneeded: 'Do not use Rewritten URLs unless you re-download Enano with the Windows Patch enabled or uncomment the WINDOWS_MOD_REWRITE_WORKAROUNDS line in includes/constants.php. Otherwise you may have trouble accessing login and administration pages due to a bug in Apache. Learn more',