summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-22 02:30:13 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-23 01:20:02 +0200
commit6fc5306d14f550c48e4df2a2105643926324f861 (patch)
tree65747bb6e43585c4e0e43c5a6ad485af847efe3b
parent213cc9d48f6a825f5aa369dae43d7408c7ea71c8 (diff)
downloadtdesdk-6fc5306d14f550c48e4df2a2105643926324f861.tar.gz
tdesdk-6fc5306d14f550c48e4df2a2105643926324f861.zip
Fix remaining branding in Umbrello.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit dc8d47d975c22310af253cdb3c698ecbd49b0c9f)
-rw-r--r--umbrello/umbrello/umldoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/umldoc.cpp b/umbrello/umbrello/umldoc.cpp
index 28a98f7d..b0d6e5fd 100644
--- a/umbrello/umbrello/umldoc.cpp
+++ b/umbrello/umbrello/umldoc.cpp
@@ -1915,7 +1915,7 @@ void UMLDoc::print(KPrinter * pPrinter) {
for(int i = 0;i < count;i++) {
if(i>0)
pPrinter -> newPage();
- TQString diagram = i18n("kde-uml-Diagram") + TQString("%1").arg(i);
+ TQString diagram = i18n("TDE-UML-Diagram") + TQString("%1").arg(i);
TQString sID = pPrinter -> option(diagram);
Uml::IDType id = STR2ID(sID);
printView = findView(id);