diff options
Diffstat (limited to 'migratekde3')
-rw-r--r-- | migratekde3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migratekde3 b/migratekde3 index 40be69193..17416c746 100644 --- a/migratekde3 +++ b/migratekde3 @@ -109,7 +109,7 @@ if [ -x $BIN_DIR/tde-config ]; then export TDEDIR=${BIN_DIR%/bin} echo "Trinity Desktop Environment base directory is $TDEDIR" 1>&2 else - echo "Unable to determine TDE base directory." + echo "Unable to determine the TDE bin directory, where this script should be installed." echo "This script should be installed in the same directory." echo "Exiting." exit 1 |