From bfd4f7577dd1b564df6771b6885a14d7ff67613a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 9 Dec 2010 17:09:22 +0900 Subject: [PATCH] command+click on a mac --- ankiqt/ui/main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 0343c59fc..3c63ab23a 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -2937,8 +2937,9 @@ This deck already exists on your computer. Overwrite the local copy?"""), # tell user what to do ui.utils.showInfo(_("""\ A file called right-click-me.txt has been placed in DropBox's public folder. \ -After clicking OK, this folder will appear. Please right click on the file, \ -choose DropBox>Copy Public Link, and paste the link into Anki.""")) +After clicking OK, this folder will appear. Please right click on the file (\ +command+click on a Mac), choose DropBox>Copy Public Link, and paste the \ +link into Anki.""")) # open folder and text prompt self.onOpenPluginFolder(deck.mediaPrefix) txt = ui.utils.getText(_("Paste path here:"), parent=self)