Branch: master

acc29a93 2014-10-13 12:41:25 Timothy Pearson
Fix incorrect Download string in TDEFileSpeedBar
M tdeio/tdefile/tdefilespeedbar.cpp
diff --git a/tdeio/tdefile/tdefilespeedbar.cpp b/tdeio/tdefile/tdefilespeedbar.cpp
index 6f3365a..3f84bbb 100644
--- a/tdeio/tdefile/tdefilespeedbar.cpp
+++ b/tdeio/tdefile/tdefilespeedbar.cpp
@@ -97,7 +97,7 @@
 			}
 			// 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())