Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2f0753f

Browse files
committed
Merge pull request #329 from github/fixes/322-toolbar-toolips
Added tooltips to GitHub pane toolbar buttons.
2 parents 4b4e316 + 2652489 commit 2f0753f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.vsct

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<CommandFlag>IconIsMoniker</CommandFlag>
9191
<CommandFlag>DefaultDisabled</CommandFlag>
9292
<Strings>
93-
<ButtonText></ButtonText>
93+
<ButtonText>Back</ButtonText>
9494
</Strings>
9595
</Button>
9696

@@ -99,7 +99,7 @@
9999
<CommandFlag>IconIsMoniker</CommandFlag>
100100
<CommandFlag>DefaultDisabled</CommandFlag>
101101
<Strings>
102-
<ButtonText></ButtonText>
102+
<ButtonText>Forward</ButtonText>
103103
</Strings>
104104
</Button>
105105

@@ -108,7 +108,7 @@
108108
<CommandFlag>IconIsMoniker</CommandFlag>
109109
<CommandFlag>DefaultDisabled</CommandFlag>
110110
<Strings>
111-
<ButtonText></ButtonText>
111+
<ButtonText>Pull Requests</ButtonText>
112112
</Strings>
113113
</Button>
114114

@@ -117,7 +117,7 @@
117117
<CommandFlag>IconIsMoniker</CommandFlag>
118118
<CommandFlag>DefaultDisabled</CommandFlag>
119119
<Strings>
120-
<ButtonText></ButtonText>
120+
<ButtonText>Refresh</ButtonText>
121121
</Strings>
122122
</Button>
123123

0 commit comments

Comments
 (0)