From acc29a93bbbf2fbb3ef76c8c986d1722cb200a91 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:41:25 -0500 Subject: Fix incorrect Download string in TDEFileSpeedBar --- tdeio/tdefile/tdefilespeedbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeio/tdefile/tdefilespeedbar.cpp') 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()) -- cgit v1.2.1