Skip to content

Commit

Permalink
yat, thanks FlowerChild
Browse files Browse the repository at this point in the history
  • Loading branch information
emorrp1 committed Aug 6, 2009
1 parent 49bf59a commit ce74807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/linuxmint/mintUpload/mintUpload.py
Expand Up @@ -178,7 +178,7 @@ def run(self):
if config['clipboard']['when_unfocused'] == "True" or self.wTree.get_widget("main_window").has_toplevel_focus():
try: gtk.Clipboard().set_text(self.service['url'])
except:
try: raise CustomError(_("Could not copy URL to keyboard"))
try: raise CustomError(_("Could not copy URL to clipboard"))
except: pass
else: self.progress(_("Copied URL to clipboard"))

Expand Down

0 comments on commit ce74807

Please sign in to comment.