[kde-doc-english] KDE/kdeplasma-addons/applets/leavenote
Davide Bettio
davide.bettio at kdemail.net
Mon Apr 6 23:46:05 CEST 2009
SVN commit 950348 by bettio:
GUI: s/Send/Leave Note/
Please, tell me if you are able to find a better string.
M +1 -1 leavenote.cpp
--- trunk/KDE/kdeplasma-addons/applets/leavenote/leavenote.cpp #950347:950348
@@ -90,7 +90,7 @@
connect(mTextEdit, SIGNAL(textChanged()), SLOT(slotLimitMessageLength()));
mSendButton = new Plasma::PushButton(this);
- mSendButton->setText(i18n("Send"));
+ mSendButton->setText(i18nc("leave a note to the user that is using the computer", "Leave Note"));
mSendButton->setStyleSheet("background: rgba( 220, 220, 220, 30% )");
mSendButton->nativeWidget()->setAutoFillBackground(false);
connect(mSendButton, SIGNAL(clicked()), SLOT(slotSend()));
More information about the kde-doc-english
mailing list