diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-03-10 01:16:33 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-03-10 01:16:33 +0000 |
commit | b93d5355be9add66169e82ea9cfd5b9888e5dbf9 (patch) | |
tree | 043433b2fe55b4719d152e080c2cde23936d36dd /plugins | |
parent | 70adab8b9297abdd610422b7e743e2f8dbeceed6 (diff) |
Dropbox: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@8537 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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
|