- Fix a bug which broke build
[reactos.git] / reactos / dll / win32 / shell32 / shfldr_desktop.c
index 0222fe2..c051553 100644 (file)
@@ -1385,7 +1385,7 @@ ISF_Desktop_ISFHelper_fnCopyItems (ISFHelper * iface, IShellFolder * pSFFrom, UI
             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" ");
             }