Rev 12043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12043 | Rev 13807 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | 38 | ||
39 | !if clash iswordof $error |
39 | !if clash iswordof $error |
40 | Target module already exists. |
40 | Target module already exists. |
- | 41 | !exit |
|
- | 42 | !endif |
|
- | 43 | ||
- | 44 | !if fname_already iswordof $error |
|
- | 45 | The module already contains a file named <span class="tt wims_fname">$fnewname</span>. |
|
- | 46 | Choose a different name. |
|
41 | !exit |
47 | !exit |
42 | !endif |
48 | !endif |
43 | 49 | ||
44 | !if badtarget iswordof $error |
50 | !if badtarget iswordof $error |
45 | Target module address <span class="tt wims_address">$target</span> is bad: too long, too short, incomplete, or illegal characters. |
51 | Target module address <span class="tt wims_address">$target</span> is bad: too long, too short, incomplete, or illegal characters. |