diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:52:56 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:52:56 -0500 |
commit | 43022555c031434da009032eceb8e6061e969d5f (patch) | |
tree | bea2285d07b2ed9ff9dfe556e65e5cab2b35100c /tdeio | |
parent | 235c081002d54596ea7869946ba82829669c9a30 (diff) | |
parent | acc29a93bbbf2fbb3ef76c8c986d1722cb200a91 (diff) | |
download | tdelibs-43022555c031434da009032eceb8e6061e969d5f.tar.gz tdelibs-43022555c031434da009032eceb8e6061e969d5f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdefile/tdefilespeedbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |