diff options
author | Benjamin Pierce <bcpierce00@gmail.com> | 2016-05-23 09:51:03 -0400 |
---|---|---|
committer | Benjamin Pierce <bcpierce00@gmail.com> | 2016-05-23 09:51:03 -0400 |
commit | 0ab447268a450037d977c044e7b5b731aaf633ab (patch) | |
tree | 15146658a481de07c0d0fdbe258cf28ce4dcb454 /src | |
parent | c7a94d68e319f420bed4c0aef7e9db25bfdf34f8 (diff) | |
download | unison-0ab447268a450037d977c044e7b5b731aaf633ab.zip unison-0ab447268a450037d977c044e7b5b731aaf633ab.tar.gz unison-0ab447268a450037d977c044e7b5b731aaf633ab.tar.bz2 |
* Fix description of where the command-line tool will be installed
Diffstat (limited to 'src')
-rw-r--r-- | src/RECENTNEWS | 6 | ||||
-rw-r--r-- | src/uimac14/English.lproj/MainMenu.xib | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/RECENTNEWS b/src/RECENTNEWS index c913202..8836b93 100644 --- a/src/RECENTNEWS +++ b/src/RECENTNEWS @@ -1,5 +1,11 @@ CHANGES FROM VERSION 2.49.543 +* Fix description of where the command-line tool will be installed + + +------------------------------- +CHANGES FROM VERSION 2.49.543 + * Improve error report when failing on OCaml compiler version mismatch ------------------------------- diff --git a/src/uimac14/English.lproj/MainMenu.xib b/src/uimac14/English.lproj/MainMenu.xib index a85d7fd..cfdb33f 100644 --- a/src/uimac14/English.lproj/MainMenu.xib +++ b/src/uimac14/English.lproj/MainMenu.xib @@ -892,7 +892,7 @@ This software is licensed under the GNU General Public License.</string> <autoresizingMask key="autoresizingMask"/> <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="555"> <font key="font" metaFont="smallSystem"/> - <string key="title">The command-line tool is a small program that can be installed in a standard place on your computer (/usr/bin/unison) so Unison can easily be found. If you want to be able to synchronize files on this computer by running Unison on a remote computer, you should probably install it. + <string key="title">The command-line tool is a small program that can be installed in a standard place on your computer (/usr/local/bin/unison) so Unison can easily be found. If you want to be able to synchronize files on this computer by running Unison on a remote computer, you should probably install it. If you don't install it now, you can do so later by choosing 'Install command-line tool' from the Unison menu. </string> |