From 4195032ae499e55b604fb0d80e6b398ddc4ef1af Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Oct 2014 19:38:16 +0900 Subject: [PATCH 1/2] KDE -> TDE documentation index rename. This relates to bug 1859. --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in.in b/configure.in.in index 83a6b5181..8dfe7bbae 100644 --- a/configure.in.in +++ b/configure.in.in @@ -407,5 +407,5 @@ if test "x$with_utempter" != xno; then fi fi -KDE_INIT_DOXYGEN([The KDE API Reference], [Version $VERSION]) +KDE_INIT_DOXYGEN([The TDE API Reference], [Version $VERSION]) KDE_CHECK_BINUTILS From acc29a93bbbf2fbb3ef76c8c986d1722cb200a91 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:41:25 -0500 Subject: [PATCH 2/2] Fix incorrect Download string in TDEFileSpeedBar --- tdeio/tdefile/tdefilespeedbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdeio/tdefile/tdefilespeedbar.cpp b/tdeio/tdefile/tdefilespeedbar.cpp index 6f3365a5f..3f84bbbc4 100644 --- a/tdeio/tdefile/tdefilespeedbar.cpp +++ b/tdeio/tdefile/tdefilespeedbar.cpp @@ -97,7 +97,7 @@ KFileSpeedBar::KFileSpeedBar( TQWidget *parent, const char *name ) } // now add in the speedbar if (!download.isEmpty()) - insertItem( download, i18n( "Download" ), false, "folder_html" ); + insertItem( download, i18n( "Downloads" ), false, "folder_html" ); if (!music.isEmpty()) insertItem( music, i18n( "Music" ), false, "folder_sound" ); if (!pictures.isEmpty())