From a11c2ebfed5a31ec11eced6464eee54fa3d49034 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:33:53 -0600 Subject: Fix references to user profile directory. --- kstars/kstars/indidriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kstars/kstars/indidriver.cpp') diff --git a/kstars/kstars/indidriver.cpp b/kstars/kstars/indidriver.cpp index a95fc3e1..64624f8a 100644 --- a/kstars/kstars/indidriver.cpp +++ b/kstars/kstars/indidriver.cpp @@ -570,7 +570,7 @@ bool INDIDriver::readXMLDriver() if ( !KSUtils::openDataFile( file, indiFile ) ) { - KMessageBox::error(0, i18n("Unable to find device driver file 'drivers.xml'. Please locate the file and place it in one of the following locations:\n\n \t$(TDEDIR)/share/apps/kstars/%1 \n\t~/.kde/share/apps/kstars/%1")); + KMessageBox::error(0, i18n("Unable to find device driver file 'drivers.xml'. Please locate the file and place it in one of the following locations:\n\n \t$(TDEDIR)/share/apps/kstars/%1 \n\t~/.trinity/share/apps/kstars/%1")); return false; } -- cgit v1.2.3