# HG changeset patch # User John D # Date 1480620413 18000 # Node ID b5b3f7fcac8f42add0184ad1fb62f347ec81c659 # Parent ee1ae5d1fd88711984001f8f4e41252c005e0434 * installer-files/fc_update.bat: fix typo diff -r ee1ae5d1fd88 -r b5b3f7fcac8f installer-files/fc_update.bat --- a/installer-files/fc_update.bat Thu Dec 01 13:44:09 2016 -0500 +++ b/installer-files/fc_update.bat Thu Dec 01 14:26:53 2016 -0500 @@ -1,7 +1,7 @@ @echo off set ROOT_DIR=%~dp0 -echo "Updating fc-cache (may take a file) ..." +echo "Updating fc-cache (may take a while) ..." %ROOT_DIR%\bin\fc-cache.exe -v echo "Done."