diff options
author | Chris <xchrisx@uber.space> | 2019-07-22 02:30:13 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-22 02:30:13 +0200 |
commit | dc8d47d975c22310af253cdb3c698ecbd49b0c9f (patch) | |
tree | f2a9c5ee63f10cea0dbdb70ddd7fafff70b56f5d | |
parent | 4b986763b7a6f2c518e05a9c8978bcaaea681402 (diff) | |
download | tdesdk-dc8d47d975c22310af253cdb3c698ecbd49b0c9f.tar.gz tdesdk-dc8d47d975c22310af253cdb3c698ecbd49b0c9f.zip |
Fix remaining branding in Umbrello.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r-- | umbrello/umbrello/umldoc.cpp | 2 |
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); |