Changeset b5eae6733b0d41bce5ce4d72223b4c4b6a3306d2 in indico


Ignore:
Timestamp:
02/22/12 12:50:31 (3 months ago)
Author:
Alberto Resco Perez <alberto.resco.perez@…>
Children:
f04e1f335c4109770745aa08dcff3b02327891ef
Parents:
0e30fbaac53308d101dc3faf9eac17543a731870
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (02/22/12 12:50:31)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (02/22/12 17:18:21)
Message:

[FIX] TT text changed time event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Timetable/Base.js

    rdba09b rb5eae6  
    684684                                       SessionSlot : $T('The <strong>starting time</strong> of the session interval <strong>')  + title + $T('</strong> was moved from '), 
    685685                                       Session: $T('The <strong>starting time</strong> of the session interval <strong>')  + title  + $T('</strong> was moved from '), 
    686                                        Conference: $T('The <strong>starting time</strong> of the <strong>Conference</strong> was moved from ') 
     686                                       Conference: $T('The <strong>starting time</strong> of the <strong>Event</strong> was moved from ') 
    687687                                   }, 
    688688                                   OWNER_END_DATE_EXTENDED: { 
    689689                                       SessionSlot : $T('The <strong>ending time</strong> of the session interval <strong>') + title + $T('</strong> was moved from '), 
    690690                                       Session: $T('The <strong>ending time</strong> of the session interval <strong>') + title + $T('</strong> was moved from '), 
    691                                        Conference: $T('The <strong>ending time</strong> of the <strong>Conference</strong> was moved from ') 
     691                                       Conference: $T('The <strong>ending time</strong> of the <strong>Event</strong> was moved from ') 
    692692                                   }, 
    693693                                   ENTRIES_MOVED: { 
Note: See TracChangeset for help on using the changeset viewer.