1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 19:52:44 +01:00
phorge-phorge/src/applications/almanac/editor/AlmanacBindingEditor.php

19 lines
399 B
PHP
Raw Normal View History

<?php
final class AlmanacBindingEditor
extends AlmanacEditor {
public function getEditorObjectsDescription() {
return pht('Almanac Binding');
}
public function getCreateObjectTitle($author, $object) {
return pht('%s created this binding.', $author);
}
public function getCreateObjectTitleForFeed($author, $object) {
return pht('%s created %s.', $author, $object);
}
}