From 82c21e9596f15d96d6d8d8cdf837969960479dcb Mon Sep 17 00:00:00 2001 From: davipt Date: Thu, 20 Jun 2002 17:50:48 +0000 Subject: Added translation --- (limited to 'core/applets/screenshotapplet/screenshot.cpp') 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 ) grabItButton= new QPushButton( this, "GrabButton" ); // qDebug("new pushbutton"); grabItButton ->setFocusPolicy( QWidget::TabFocus ); - grabItButton->setText("Snapshot"); + grabItButton->setText(tr("Snapshot")); vbox->setMargin( 6 ); vbox->setSpacing( 3 ); vbox->addWidget( delaySpin); -- cgit v0.9.0.2