diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-02-27 14:59:43 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-02-27 14:59:43 +0000 |
commit | b5516cbe14bd01912dc2917be0f9f892bdbd74c4 (patch) | |
tree | d55afac3ab5018b3bb587365346225cfc22101fd /plugins | |
parent | 5a773c0f6d8b3c6e8ea5ce82f59c7955ec5f1cce (diff) |
Dropbox: capitalization fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@16361 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 caa067d7b2..193fb5ec19 100644 --- a/plugins/Dropbox/res/resource.rc +++ b/plugins/Dropbox/res/resource.rc @@ -95,7 +95,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_ACCOUNTS,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,5,34,298,195
- LTEXT "Here you can choose the protocols in which dropbox will be used instead of regular file transfers (sending), used by this protocol.",IDC_STATIC,5,5,298,24
+ LTEXT "Here you can choose the protocols in which Dropbox will be used instead of regular file transfers (sending), used by this protocol.",IDC_STATIC,5,5,298,24
END
|