summaryrefslogtreecommitdiff
path: root/src/clicktoflash.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-12-13 15:11:08 +0100
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-12-13 15:11:08 +0100
commit43ad0f9a449f6034931832d4e77eb57e8fe7f5c7 (patch)
tree7aa1cdd808fce736cb8188db7d7643450fca4e34 /src/clicktoflash.cpp
parentMerge branch 'master' of git://gitorious.org/rekonq/mainline into strings (diff)
downloadrekonq-43ad0f9a449f6034931832d4e77eb57e8fe7f5c7.tar.xz
Load animation -> Load Plugin
Diffstat (limited to 'src/clicktoflash.cpp')
-rw-r--r--src/clicktoflash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clicktoflash.cpp b/src/clicktoflash.cpp
index 4ec1a9c1..b6ea1093 100644
--- a/src/clicktoflash.cpp
+++ b/src/clicktoflash.cpp
@@ -71,7 +71,7 @@ ClickToFlash::ClickToFlash(QUrl pluginUrl, QWidget *parent)
QToolButton *button = new QToolButton(this);
button->setPopupMode(QToolButton::InstantPopup);
button->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
- button->setText(i18n("Load animation"));
+ button->setText(i18n("Load Plugin"));
button->setAutoRaise(false);
layout()->addWidget(button);
connect(button, SIGNAL(clicked(bool)), this, SLOT(load()));