~ubuntu-branches/ubuntu/natty/kdeaccessibility/natty-proposed

« back to all changes in this revision

Viewing changes to kmouth/kmouth.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-22 16:21:18 UTC
  • mfrom: (1.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20101222162118-fgkcbmztr21hf49b
Tags: 4:4.5.90-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
   editCopy->setWhatsThis (i18n("Copies the selected section to the clipboard. If there is some text selected in the edit field it is copied to the clipboard. Otherwise the selected sentences in the history (if any) are copied to the clipboard."));
147
147
 
148
148
   editPaste = KStandardAction::paste(phraseList, SLOT(paste()), actionCollection());
149
 
   editPaste->setToolTip(i18n("Pastes the clipboard contents to actual position"));
 
149
   editPaste->setToolTip(i18n("Pastes the clipboard contents to current position"));
150
150
   editPaste->setWhatsThis (i18n("Pastes the clipboard contents at the current cursor position into the edit field."));
151
151
 
152
152
   editSpeak = actionCollection()->addAction(QLatin1String( "edit_speak" ));