--- image_filter.module 2005-05-28 18:55:37.000000000 -0700
+++ image_filter.module~        2005-05-20 13:09:35.000000000 -0700
@@ -9,0 +9,0 @@

 function image_filter_long_tip_translated() {
   return t(
-'<h1>Images</h1>
-<p>You may quickly link to image nodes using a special syntax. Each image code will be replaced by thumbnail linked to full s\
ize image node. Syntax:</p>
+'<p>You may quickly link to image nodes using a special syntax. Each image code will be replaced by thumbnail linked to full \
size image node. Syntax:</p>
 <blockquote><code>[image:<em>node_id</em> align=<em>alignment</em> hspace=<em>n</em> vspace=<em>n</em> border=<em>n</em> size\
=<em>label</em> width=<em>n</em> height=<em>n</em> nolink=(0|1) class=<em>name</em> style=<em>style-data</em>]</code></blockqu\
ote>
 <p>Every parameter except <em>node_id</em> is optional.</p>
 <p>Typically, you will specify one of <code>size</code>, <code>width</code>, or <code>height</code>, or none of them. If you \
use <code>size=<em>label</em></code>, where <em>label</em> is one of the image size labels specified on the image settings pag\
e, the size associated with that label will be used. The sizes "thumbnail", "preview", and "original" are always available. If\
 you use <code>width=<em>n</em></code> or <code>height=<em>n</em></code>, the image will be scaled to fit the specified width \
or height. If you use none of them, the thumbnail image size will be used.</p>
