- Fix a bug which broke build
[reactos.git] / reactos / dll / win32 / shell32 / shfldr_fs.c
index 5f7c84b..381293d 100644 (file)
@@ -1357,7 +1357,7 @@ ISFHelper_fnCopyItems (ISFHelper * iface, IShellFolder * pSFFrom, UINT cidl,
             pszFileName = wcsrchr(pszSrcList, '\\');
             pszFileName++;
 
             pszFileName = wcsrchr(pszSrcList, '\\');
             pszFileName++;
 
-            if (LoadStringW(shell32_hInstance, IDS_COPY_FROM, pszTarget, MAX_PATH - length))
+            if (LoadStringW(shell32_hInstance, IDS_COPY_OF, pszTarget, MAX_PATH - length))
             {
                 wcscat(szTargetPath, L" ");
             }
             {
                 wcscat(szTargetPath, L" ");
             }