diff options
author | Chris <xchrisx@uber.space> | 2019-07-18 03:44:52 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-21 16:25:28 +0900 |
commit | 213cc9d48f6a825f5aa369dae43d7408c7ea71c8 (patch) | |
tree | 0f53c4fc8915134eacce584fce8ea57df382c23c /umbrello | |
parent | 4decf58596690f1dfe64cb3ba53e92013da914ed (diff) | |
download | tdesdk-213cc9d48f6a825f5aa369dae43d7408c7ea71c8.tar.gz tdesdk-213cc9d48f6a825f5aa369dae43d7408c7ea71c8.zip |
Fix remaining brandings in tdesdk.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 4b986763b7a6f2c518e05a9c8978bcaaea681402)
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/dialogs/diagramprintpage.cpp | 2 |
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]); |