Commit 6bc24a9d67d4a5dbcce5fe2dea7ff64aeaef4413

Authored by bshuttle
1 parent 53ce5358

fix for KTS-1222: typo in move trigger.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5830 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/workflowtriggers/moveaction.smarty
... ... @@ -9,7 +9,7 @@
9 9 <input type="hidden" name="{$name}" value="{$val}" />
10 10 {/foreach}
11 11  
12   -<p class="descriptiveText">{i18n}Specify which folder to which the document must be moved.{/i18n}</p>
  12 +<p class="descriptiveText">{i18n}Specify the folder to which the document must be moved.{/i18n}</p>
13 13  
14 14 {$breadcrumbs}
15 15  
... ... @@ -20,4 +20,4 @@
20 20 {* FIXME how do I cancel again? *}
21 21 </div>
22 22 </fieldset>
23   -</form>
24 23 \ No newline at end of file
  24 +</form>
... ...