summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-29 21:01:29 +0200
committerChris <xchrisx@uber.space>2019-07-29 21:01:29 +0200
commit32149991a282610dd94a08eec65f208fc0146593 (patch)
treec8cf1c2b0f8c6af9ba954000328b073912b31a67 /src
parent4465f223d136928e1809b1279969562fdcdfac8e (diff)
downloadtdesvn-32149991a282610dd94a08eec65f208fc0146593.tar.gz
tdesvn-32149991a282610dd94a08eec65f208fc0146593.zip
Fix branding of Tdesvn and also translations, for fuzzy prevention.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'src')
-rw-r--r--src/ksvnwidgets/authdialogimpl.cpp2
-rw-r--r--src/settings/display_settings.ui2
-rw-r--r--src/tdesvn_part.cpp2
-rw-r--r--src/tdesvnd/main.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/ksvnwidgets/authdialogimpl.cpp b/src/ksvnwidgets/authdialogimpl.cpp
index dba4efc..8554665 100644
--- a/src/ksvnwidgets/authdialogimpl.cpp
+++ b/src/ksvnwidgets/authdialogimpl.cpp
@@ -35,7 +35,7 @@ AuthDialogImpl::AuthDialogImpl(const TQString & realm,const TQString&user,TQWidg
TQString text = m_StorePasswordButton->text();
m_StorePasswordButton->setText(
m_StorePasswordButton->text()+TQString(" (%1)")
- .arg((Kdesvnsettings::passwords_in_wallet()?i18n("into KDE Wallet"):i18n("into subversions simple storage"))));
+ .arg((Kdesvnsettings::passwords_in_wallet()?i18n("into TDE Wallet"):i18n("into subversions simple storage"))));
if (!realm.isEmpty()) {
m_RealmLabel->setText(m_RealmLabel->text()+" "+realm);
resize( TQSize(334, 158).expandedTo(minimumSizeHint()) );
diff --git a/src/settings/display_settings.ui b/src/settings/display_settings.ui
index be6ef19..323538f 100644
--- a/src/settings/display_settings.ui
+++ b/src/settings/display_settings.ui
@@ -152,7 +152,7 @@ Enter an external program for opening file on doubleclick in form
&lt;tt&gt;&amp;lt;program&amp;gt;&lt;/tt&gt;
&lt;/p&gt;
&lt;p&gt;
-When kde-default is wanted for opening on double click, enter &amp;quot;default&amp;quot; and kde selects action.
+When TDE-default is wanted for opening on double click, enter &amp;quot;default&amp;quot; and TDE selects action.
&lt;/p&gt;</string>
</property>
</widget>
diff --git a/src/tdesvn_part.cpp b/src/tdesvn_part.cpp
index bf3b685..aca3898 100644
--- a/src/tdesvn_part.cpp
+++ b/src/tdesvn_part.cpp
@@ -211,7 +211,7 @@ void tdesvnPart::setupActions()
t->setText(i18n("&Configure %1...").arg("Kdesvn"));
if (TQString(kapp->instanceName())!=TQString("tdesvn")) {
(void)new TDEAction(i18n("&About tdesvn part"), "tdesvn", 0, this, TQT_SLOT(showAboutApplication()), actionCollection(), "help_about_tdesvnpart");
- (void)new TDEAction(i18n("Kdesvn &Handbook"), "help", 0, this, TQT_SLOT(appHelpActivated()), actionCollection(), "help_tdesvn");
+ (void)new TDEAction(i18n("Tdesvn &Handbook"), "help", 0, this, TQT_SLOT(appHelpActivated()), actionCollection(), "help_tdesvn");
(void)new TDEAction(i18n("Send Bugreport for tdesvn"), 0, 0, this, TQT_SLOT(reportBug()), actionCollection(), "report_bug");
}
actionCollection()->setHighlightingEnabled(true);
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp
index ab864a6..9d42152 100644
--- a/src/tdesvnd/main.cpp
+++ b/src/tdesvnd/main.cpp
@@ -29,7 +29,7 @@
#include "tdesvnd_dcop.h"
static const char description[] =
- I18N_NOOP("Kdesvn DCOP service");
+ I18N_NOOP("Tdesvn DCOP service");
static const char version[] = "0.1";