Change wording of "Show Entire File" to "Show All Context"

Summary: Fixes T10139. This clarification seems reasonable to me.

Test Plan:
  - Viewed a revision with context.
  - Clicked "Show All Context".
  - Saw "All Context Shown".

{F1060624}

{F1060625}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10139

Differential Revision: https://secure.phabricator.com/D15009
This commit is contained in:
epriestley
2016-01-13 06:19:31 -08:00
parent 102eacbfb7
commit fdd5500fec
4 changed files with 33 additions and 33 deletions

View File

@@ -141,7 +141,7 @@ JX.install('ChangesetViewManager', {
* Load missing context in a changeset.
*
* We do this when the user clicks "Show X Lines". We also expand all of
* the missing context when they "Show Entire File".
* the missing context when they "Show All Context".
*
* @param string Line range specification, like "0-40/0-20".
* @param node Row where the context should be rendered after loading.
@@ -162,7 +162,7 @@ JX.install('ChangesetViewManager', {
if (bulk) {
// If we're loading a bunch of these because the viewer clicked
// "Show Entire File Content" or similar, use lower-priority requests
// "Show All Context" or similar, use lower-priority requests
// and draw a progress bar.
this._startContentWorkflow(workflow);
} else {