diff options
-rw-r--r-- | plugins/Dropbox/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/res/resource.rc b/plugins/Dropbox/res/resource.rc index 3691202f4c..cff5586498 100644 --- a/plugins/Dropbox/res/resource.rc +++ b/plugins/Dropbox/res/resource.rc @@ -49,7 +49,7 @@ BEGIN "Button",BS_AUTORADIOBUTTON,15,138,298,10
CONTROL "Paste download link into message input area",IDC_URL_COPYTOMIA,
"Button",BS_AUTORADIOBUTTON,15,151,298,10
- CONTROL "Copy download link to clibboard",IDC_URL_COPYTOCB,
+ CONTROL "Copy download link to clipboard",IDC_URL_COPYTOCB,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,164,298,10
END
|