Fix incorrect Download string in TDEFileSpeedBar

(cherry picked from commit acc29a93bb)
v3.5.13-sru
Timothy Pearson 10 years ago committed by Slávek Banko
parent 5a0bc62833
commit 7e2cf4a9d5

@ -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())

Loading…
Cancel
Save