}
/**
- * Transforms a string with the following format : "key1=value1;key2=value2..."
+ * Transforms a string with the following format: "key1=value1;key2=value2..."
* into a Map<KEY, VALUE>. Requires to implement the transform(key,value) method
*
* @param data the input string
<tbody>
<tr class="even">
<td style="padding: 10px">
- <p class="spacer-bottom">Secret key is registered. You can encrypt any property value with the following form :</p>
+ <p class="spacer-bottom">Secret key is registered. You can encrypt any property value with the following form:</p>
<%= form_remote_tag :url => {:action => 'encrypt'},
:update => {:success => 'encrypted_section', :failure => 'encryption_error'},