mass string change to _

This commit is contained in:
Rudi Grinberg 2012-11-13 15:37:24 -05:00 committed by denise
parent 15741bdfa9
commit a69ff167d4
47 changed files with 98 additions and 98 deletions

View file

@ -1,13 +1,13 @@
<dl id="spl_editor" class="inline-list">
<?php if ($this->item1Type == 0) {?>
<dt>Fade out: <span class='spl_cue_hint'>(ss.t)</span></dt>
<dt><? echo _("Fade out: "); ?><span class='spl_cue_hint'>(ss.t)</span></dt>
<dd id="spl_fade_out_<?php echo $this->item1; ?>" class="spl_fade_out">
<span contenteditable="true" class="spl_text_input"><?php echo $this->fadeOut; ?></span>
</dd>
<dd class="edit-error"></dd>
<?php }
if ($this->item2Type == 0) {?>
<dt>Fade in: <span class='spl_cue_hint'>(ss.t)</span></dt>
<dt><? echo _("Fade in: "); ?><span class='spl_cue_hint'>(ss.t)</span></dt>
<dd id="spl_fade_in_<?php echo $this->item2; ?>" class="spl_fade_in">
<span contenteditable="true" class="spl_text_input"><?php echo $this->fadeIn; ?></span>
</dd>