diff options
author | Chris <[email protected]> | 2019-07-29 21:01:29 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-29 21:01:29 +0200 |
commit | 32149991a282610dd94a08eec65f208fc0146593 (patch) | |
tree | c8cf1c2b0f8c6af9ba954000328b073912b31a67 /src | |
parent | 4465f223d136928e1809b1279969562fdcdfac8e (diff) | |
download | tdesvn-32149991a282610dd94a08eec65f208fc0146593.tar.gz tdesvn-32149991a282610dd94a08eec65f208fc0146593.zip |
Fix branding of Tdesvn and also translations, for fuzzy prevention.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/ksvnwidgets/authdialogimpl.cpp | 2 | ||||
-rw-r--r-- | src/settings/display_settings.ui | 2 | ||||
-rw-r--r-- | src/tdesvn_part.cpp | 2 | ||||
-rw-r--r-- | src/tdesvnd/main.cpp | 2 |
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 <tt>&lt;program&gt;</tt> </p> <p> -When kde-default is wanted for opening on double click, enter &quot;default&quot; and kde selects action. +When TDE-default is wanted for opening on double click, enter &quot;default&quot; and TDE selects action. </p></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"; |