~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to phabricator/src/view/form/control/PhabricatorRemarkupControl.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-06-13 10:52:10 UTC
  • mfrom: (0.30.1) (0.29.1) (0.17.4) (2.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20150613105210-5uirr7tvnk0n6e6y
Tags: 0~git20150613-1
* New snapshot release (closes: #787805)
* fixed typo in logrotate script (closes: #787645)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
          'italic text' => pht('italic text'),
49
49
          'monospaced text' => pht('monospaced text'),
50
50
          'List Item' => pht('List Item'),
 
51
          'Quoted Text' => pht('Quoted Text'),
51
52
          'data' => pht('data'),
52
53
          'name' => pht('name'),
53
54
          'URL' => pht('URL'),
80
81
      'fa-code' => array(
81
82
        'tip' => pht('Code Block'),
82
83
      ),
 
84
      'fa-quote-right' => array(
 
85
        'tip' => pht('Quote'),
 
86
      ),
83
87
      'fa-table' => array(
84
88
        'tip' => pht('Table'),
85
89
      ),