~ubuntu-branches/ubuntu/trusty/parley/trusty-updates

« back to all changes in this revision

Viewing changes to plugins/google_images.py

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2013-09-06 22:43:54 UTC
  • mfrom: (1.1.32)
  • Revision ID: package-import@ubuntu.com-20130906224354-hlswuo3nzo721dc0
Tags: 4:4.11.1-0ubuntu1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
 
248
248
#create a new action for the Scripts menu (action1)
249
249
action1 = Parley.newAction("example_action1", i18n("Fetch Image"))
250
 
action1.statusTip = str(i18n("Fetches an image for the selected translation"))
 
250
action1.statusTip = str(i18n("Fetches an image for the selected translation").toUtf8())
251
251
Parley.connect(action1,"triggered()",fetchImage)
252
252