mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Improve description of "Show Filetree"
Summary: Clearer? Test Plan: Read it. Reviewers: nh Reviewed By: nh CC: aran Differential Revision: https://secure.phabricator.com/D4908
This commit is contained in:
parent
f1a36cf3c8
commit
edaff9e2a3
1 changed files with 4 additions and 2 deletions
|
@ -44,8 +44,10 @@ final class PhabricatorSettingsPanelDiffPreferences
|
||||||
1 => pht('Enable Filetree'),
|
1 => pht('Enable Filetree'),
|
||||||
))
|
))
|
||||||
->setCaption(
|
->setCaption(
|
||||||
pht("When looking at a revision or commit, show affected files ".
|
pht("When looking at a revision or commit, enable a sidebar ".
|
||||||
"in a sidebar.")))
|
"showing affected files. You can press %s to show or hide ".
|
||||||
|
"the sidebar.",
|
||||||
|
phutil_tag('tt', array(), 'f'))))
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormSubmitControl())
|
id(new AphrontFormSubmitControl())
|
||||||
->setValue(pht('Save Preferences')));
|
->setValue(pht('Save Preferences')));
|
||||||
|
|
Loading…
Reference in a new issue