summaryrefslogtreecommitdiffstats
path: root/plugins/search/htmlpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/search/htmlpart.cpp')
-rw-r--r--plugins/search/htmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search/htmlpart.cpp b/plugins/search/htmlpart.cpp
index a0c02fe..2c57aeb 100644
--- a/plugins/search/htmlpart.cpp
+++ b/plugins/search/htmlpart.cpp
@@ -164,7 +164,7 @@ namespace kt
int ret = KMessageBox::questionYesNoCancel(0,
i18n("Do you want to download or save the torrent?"),
i18n("Download Torrent"),
- KGuiItem(i18n("to download", "Download"),"down"),
+ KGuiItem(i18n("to download", "Download"),"go-down"),
KStdGuiItem::save());
if (ret == KMessageBox::Yes)