Skip to content

Commit c4e2473

Browse files
authored
Merge pull request microsoft#199507 from microsoft/hediet/b/steep-jaguar
Fixes microsoft#199348
2 parents ee6922b + 889e275 commit c4e2473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/widget/diffEditor/hideUnchangedRegionsFeature.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class CollapsedCodeOverlayWidget extends ViewZoneOverlayWidget {
226226
h('div.top@top', { title: localize('diff.hiddenLines.top', 'Click or drag to show more above') }),
227227
h('div.center@content', { style: { display: 'flex' } }, [
228228
h('div@first', { style: { display: 'flex', justifyContent: 'center', alignItems: 'center', flexShrink: '0' } },
229-
[$('a', { title: localize('showAll', 'Show all'), role: 'button', onclick: () => { this._unchangedRegion.showAll(undefined); } },
229+
[$('a', { title: localize('showUnchangedRegion', 'Show Unchanged Region'), role: 'button', onclick: () => { this._unchangedRegion.showAll(undefined); } },
230230
...renderLabelWithIcons('$(unfold)'))]
231231
),
232232
h('div@others', { style: { display: 'flex', justifyContent: 'center', alignItems: 'center' } }),

0 commit comments

Comments
 (0)