diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-13 15:11:08 +0100 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-13 15:11:08 +0100 |
commit | 43ad0f9a449f6034931832d4e77eb57e8fe7f5c7 (patch) | |
tree | 7aa1cdd808fce736cb8188db7d7643450fca4e34 /src | |
parent | Merge branch 'master' of git://gitorious.org/rekonq/mainline into strings (diff) | |
download | rekonq-43ad0f9a449f6034931832d4e77eb57e8fe7f5c7.tar.xz |
Load animation -> Load Plugin
Diffstat (limited to 'src')
-rw-r--r-- | src/clicktoflash.cpp | 2 |
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())); |