Skip to content

Commit 515eea5

Browse files
committed
Correct UI string to be "Task Pane"
1 parent d3fb8aa commit 515eea5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</bt:ShortStrings>
105105
<bt:LongStrings>
106106
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Task Pane' button to get started." />
107-
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
107+
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Task Pane" />
108108
</bt:LongStrings>
109109
</Resources>
110110
</VersionOverrides>

test/end-to-end/test-manifest-debugging.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</bt:ShortStrings>
105105
<bt:LongStrings>
106106
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Task Pane' button to get started." />
107-
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
107+
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Task Pane" />
108108
</bt:LongStrings>
109109
</Resources>
110110
</VersionOverrides>

test/end-to-end/test-manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</bt:ShortStrings>
6969
<bt:LongStrings>
7070
<bt:String id="Contoso.GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Task Pane' button to get started." />
71-
<bt:String id="Contoso.TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
71+
<bt:String id="Contoso.TaskpaneButton.Tooltip" DefaultValue="Click to Show a Task Pane" />
7272
</bt:LongStrings>
7373
</Resources>
7474
</VersionOverrides>

0 commit comments

Comments
 (0)