summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indidriver.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:33:53 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:33:53 -0600
commita11c2ebfed5a31ec11eced6464eee54fa3d49034 (patch)
tree3b21cbbf4a6f5460fec04621d19c0d6a4a61499f /kstars/kstars/indidriver.cpp
parentfbc8a8212f295307b8da421cbcd19dcae00ccc53 (diff)
downloadtdeedu-a11c2ebfed5a31ec11eced6464eee54fa3d49034.tar.gz
tdeedu-a11c2ebfed5a31ec11eced6464eee54fa3d49034.zip
Fix references to user profile directory.
Diffstat (limited to 'kstars/kstars/indidriver.cpp')
-rw-r--r--kstars/kstars/indidriver.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}