summaryrefslogtreecommitdiff
path: root/core/applets/screenshotapplet/screenshot.cpp
Unidiff
Diffstat (limited to 'core/applets/screenshotapplet/screenshot.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/screenshotapplet/screenshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/screenshot.cpp b/core/applets/screenshotapplet/screenshot.cpp
index d95396b..8a2a956 100644
--- a/core/applets/screenshotapplet/screenshot.cpp
+++ b/core/applets/screenshotapplet/screenshot.cpp
@@ -84,7 +84,7 @@ ScreenshotControl::ScreenshotControl( QWidget *parent, const char *name )
84 grabItButton= new QPushButton( this, "GrabButton" ); 84 grabItButton= new QPushButton( this, "GrabButton" );
85// qDebug("new pushbutton"); 85// qDebug("new pushbutton");
86 grabItButton ->setFocusPolicy( QWidget::TabFocus ); 86 grabItButton ->setFocusPolicy( QWidget::TabFocus );
87 grabItButton->setText("Snapshot"); 87 grabItButton->setText(tr("Snapshot"));
88 vbox->setMargin( 6 ); 88 vbox->setMargin( 6 );
89 vbox->setSpacing( 3 ); 89 vbox->setSpacing( 3 );
90 vbox->addWidget( delaySpin); 90 vbox->addWidget( delaySpin);