diff options
Diffstat (limited to 'wizards/source/tools/UCB.xba')
-rw-r--r-- | wizards/source/tools/UCB.xba | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/tools/UCB.xba b/wizards/source/tools/UCB.xba index 69010dbdea7d..7b8a171615b2 100644 --- a/wizards/source/tools/UCB.xba +++ b/wizards/source/tools/UCB.xba @@ -268,8 +268,8 @@ Dim oUcb as Object CreateFolder = True NOSPACEONDRIVE: If Err <> 0 Then - If InitResources("", "com") Then - ErrMsg = GetResText(1000) + If InitResources("", "dbw") Then + ErrMsg = GetResText(500) ErrMsg = ReplaceString(ErrMsg, chr(13), "<BR>") ErrMsg = ReplaceString(ErrMsg, sNewFolder, "%1") Msgbox(ErrMsg, 48, GetProductName()) @@ -278,4 +278,4 @@ NOSPACEONDRIVE: Resume GOON End If GOON: -End Function</script:module>
\ No newline at end of file +End Function</script:module> |