Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12843, comment 8


Ignore:
Timestamp:
Jul 18, 2017, 12:09:01 PM (7 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12843, comment 8

    initial v1  
    2929   addField clone, 'description',
    3030-    _("Cloned from #%(id)s:\n> %(description)s\n",
    31 +    _("Cloned from #%(id)s:\n%(description)s\n",
     31+    _("Cloned from #%(id)s:\n%(description)s",
    3232       id: old_values.id,
    3333-      description: old_values.description.split(/\r?\n/).join('\n> '))