summaryrefslogtreecommitdiffstats
path: root/kbabel/catalogmanager/catalogmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/catalogmanager/catalogmanager.cpp')
-rw-r--r--kbabel/catalogmanager/catalogmanager.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kbabel/catalogmanager/catalogmanager.cpp b/kbabel/catalogmanager/catalogmanager.cpp
index fa2f40c4..030abd43 100644
--- a/kbabel/catalogmanager/catalogmanager.cpp
+++ b/kbabel/catalogmanager/catalogmanager.cpp
@@ -661,7 +661,7 @@ void CatalogManager::openFile(TQString filename, TQString package)
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
- "Please check your installation of KDE."));
+ "Please check your TDE installation."));
}
}
@@ -694,7 +694,7 @@ void CatalogManager::openFile(TQString filename, TQString package, int msgid)
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
- "Please check your installation of KDE."));
+ "Please check your TDE installation."));
}
}
@@ -725,7 +725,7 @@ void CatalogManager::openFileInNewWindow(TQString filename, TQString package)
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
- "Please check your installation of KDE."));
+ "Please check your TDE installation."));
}
}
@@ -755,7 +755,7 @@ void CatalogManager::openTemplate(TQString openFilename,TQString saveFilename,TQ
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
- "Please check your installation of KDE."));
+ "Please check your TDE installation."));
}
}
@@ -785,7 +785,7 @@ void CatalogManager::openTemplateInNewWindow(TQString openFilename,TQString save
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
- "Please check your installation of KDE."));
+ "Please check your TDE installation."));
}
}
@@ -805,7 +805,7 @@ void CatalogManager::spellcheck()
if( !client->send("kbabel","KBabelIFace", "spellcheck(TQStringList)", data) )
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
- "Please check your installation of KDE."));
+ "Please check your TDE installation."));
}
}
@@ -825,7 +825,7 @@ void CatalogManager::markedSpellcheck()
if( !client->send("kbabel","KBabelIFace", "spellcheck(TQStringList)", data) )
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
- "Please check your installation of KDE."));
+ "Please check your TDE installation."));
}
}