Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
Conflicts: airtime_mvc/application/common/DateHelper.php airtime_mvc/public/js/airtime/library/library.js
This commit is contained in:
commit
b474035d76
184 changed files with 14239 additions and 1155 deletions
|
@ -195,7 +195,7 @@ class Application_Model_ShowBuilder
|
|||
$dt->setTimezone(new DateTimeZone($this->timezone));
|
||||
$time = $dt->format("Y-m-d H:i");
|
||||
|
||||
$row["rebroadcast_title"] = "Rebroadcast of {$name} from {$time}";
|
||||
$row["rebroadcast_title"] = sprintf(_("Rebroadcast of %s from %s"), $name, $time);
|
||||
} elseif (intval($p_item["si_record"]) === 1) {
|
||||
$row["record"] = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue