lib/rewritten/server/views/fields.erb in rewritten-0.8.0 vs lib/rewritten/server/views/fields.erb in rewritten-0.8.1
- old
+ new
@@ -5,13 +5,13 @@
<h2>Translations (What's seen in the browser's location bar)</h2>
<p>Last line being the final location in the browser</p>
<p>Subdomains are to be prefixed with a colon, e.g. my.subdomain:/some/path</p>
<h3>Flags </h3>
- <p> Flags can modify above behavior. They are appended at the end of a line like so: /foo/bar [L] </p>
+ <p> Modify the above behavior. Flags are appended at the end of a line with brackets like so: /foo/bar [L] </p>
<dl>
- <dt>H</dt>
- <dd>Stop translating. Keep this line in the browser, don't go to last line.</dd>
+ <dt>[L]</dt>
+ <dd>Stop redirecting here and put this in the browser location.</dd>
</dl>
</label><br/>
<textarea name="translations" cols="80" rows="10"><%= @translations.join("\n") %></textarea> <br />