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

« back to all changes in this revision

Viewing changes to kmouth/phrasebook/phrasebookdialog.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:
409
409
   editCopy->setWhatsThis (i18n("Copies the currently selected entry from the phrase book to the clipboard"));
410
410
 
411
411
   editPaste = KStandardAction::paste(this, SLOT(slotPaste()), actionCollection());
412
 
   editPaste->setToolTip(i18n("Pastes the clipboard contents to actual position"));
413
 
   editPaste->setWhatsThis (i18n("Pastes the clipboard contents to actual position"));
 
412
   editPaste->setToolTip(i18n("Pastes the clipboard contents to current position"));
 
413
   editPaste->setWhatsThis(i18n("Pastes the clipboard contents at the current cursor position into the edit field."));
414
414
 
415
415
   editDelete = actionCollection()->addAction(QLatin1String( "edit_delete" ));
416
416
   editDelete->setIcon(KIcon( QLatin1String( "edit-delete" )));