summaryrefslogtreecommitdiffstats
path: root/umbrello
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-18 03:44:52 +0200
committerChris <xchrisx@uber.space>2019-07-18 03:44:52 +0200
commit4b986763b7a6f2c518e05a9c8978bcaaea681402 (patch)
tree3affc62bd66d3e067a8529421d7cfb110f38e060 /umbrello
parent671f739910e815dd8f2a78271bfe17c174a5f1d0 (diff)
downloadtdesdk-4b986763b7a6f2c518e05a9c8978bcaaea681402.tar.gz
tdesdk-4b986763b7a6f2c518e05a9c8978bcaaea681402.zip
Fix remaining brandings in tdesdk.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'umbrello')
-rw-r--r--umbrello/umbrello/dialogs/diagramprintpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/dialogs/diagramprintpage.cpp b/umbrello/umbrello/dialogs/diagramprintpage.cpp
index c6e34b15..56390d0c 100644
--- a/umbrello/umbrello/dialogs/diagramprintpage.cpp
+++ b/umbrello/umbrello/dialogs/diagramprintpage.cpp
@@ -108,7 +108,7 @@ void DiagramPrintPage::getOptions( TQMap<TQString,TQString>& opts, bool /*inclde
int listCount = m_pSelectLB -> count();
int count = 0;
- TQString diagram(i18n("kde-uml-Diagram"));
+ TQString diagram(i18n("TDE-UML-Diagram"));
for(int i=0;i<listCount;i++) {
if(m_pSelectLB -> isSelected(i)) {
UMLView *view = (UMLView *)m_pDoc -> findView(m_nIdList[i]);