summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-07-11 04:52:57 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-07-11 04:52:57 +0200
commit07ad6d162ca32b189e3a4c3528c48490d57267ca (patch)
tree6c0bc026477c1796cac7c930c87d944dacdb6906 /user_guide/libraries
parent8516a37ba3d99cc909b1ec1b005eae1401585523 (diff)
fixed an example
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/image_lib.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html
index b2c359494..2421c5118 100644
--- a/user_guide/libraries/image_lib.html
+++ b/user_guide/libraries/image_lib.html
@@ -529,17 +529,17 @@ will be positioned at the bottom/center of the image, 20 pixels from the bottom
</tr>
<tr>
-<td class="td"><strong>wm_vrt_offset</strong></td>
+<td class="td"><strong>wm_hor_offset</strong></td>
<td class="td">None</td>
<td class="td">None</td>
-<td class="td">You may specify a vertical offset (in pixels) to apply to the watermark position. The offset normally moves the watermark to the right, except if you have your alignment set to "right" then your offset value will move the watermark toward the left of the image.</td>
+<td class="td">You may specify a horizontal offset (in pixels) to apply to the watermark position. The offset normally moves the watermark to the right, except if you have your alignment set to "right" then your offset value will move the watermark toward the left of the image.</td>
</tr>
<tr>
-<td class="td"><strong>wm_hor_offset</strong></td>
+<td class="td"><strong>wm_vrt_offset</strong></td>
<td class="td">None</td>
<td class="td">None</td>
-<td class="td">You may specify a horizontal offset (in pixels) to apply to the watermark position. The offset normally moves the watermark down, except if you have your alignment set to "bottom" then your offset value will move the watermark toward the top of the image.</td>
+<td class="td">You may specify a vertical offset (in pixels) to apply to the watermark position. The offset normally moves the watermark down, except if you have your alignment set to "bottom" then your offset value will move the watermark toward the top of the image.</td>
</tr>
</table>