Fix incorrect Download string in TDEFileSpeedBar

pull/16/head
Timothy Pearson 10 years ago
parent 4195032ae4
commit acc29a93bb

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