Skip to content

Commit 0f59146

Browse files
Fix typos (#425)
1 parent 26f5151 commit 0f59146

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@
105105
{
106106
"id": "msgReadOpenPaneButton",
107107
"type": "button",
108-
"label": "Show Taskpane",
108+
"label": "Show Task Pane",
109109
"icons": [
110110
{ "size": 16, "url": "https://localhost:3000/assets/icon-16.png" },
111111
{ "size": 32, "url": "https://localhost:3000/assets/icon-32.png" },
112112
{ "size": 80, "url": "https://localhost:3000/assets/icon-80.png" }
113113
],
114114
"supertip": {
115-
"title": "Show Taskpane",
115+
"title": "Show Task Pane",
116116
"description": "Opens a pane displaying all available properties."
117117
},
118118
"actionId": "TaskPaneRuntimeShow"

manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
<bt:String id="Functions.Namespace" DefaultValue="CONTOSO" />
101101
<bt:String id="GetStarted.Title" DefaultValue="Get started with your sample add-in!" />
102102
<bt:String id="CommandsGroup.Label" DefaultValue="Commands Group" />
103-
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane" />
103+
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Task Pane" />
104104
</bt:ShortStrings>
105105
<bt:LongStrings>
106-
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
106+
<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." />
107107
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
108108
</bt:LongStrings>
109109
</Resources>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
<bt:String id="Functions.Namespace" DefaultValue="CONTOSO"/>
101101
<bt:String id="GetStarted.Title" DefaultValue="Get started with your sample add-in!"/>
102102
<bt:String id="CommandsGroup.Label" DefaultValue="Commands Group"/>
103-
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane"/>
103+
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Task Pane"/>
104104
</bt:ShortStrings>
105105
<bt:LongStrings>
106-
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Taskpane' button to get started."/>
106+
<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."/>
107107
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane"/>
108108
</bt:LongStrings>
109109
</Resources>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<bt:String id="Functions.Namespace" DefaultValue="CONTOSO"/>
6565
<bt:String id="GetStarted.Title" DefaultValue="Get started with your sample add-in!"/>
6666
<bt:String id="CommandsGroup.Label" DefaultValue="Commands Group"/>
67-
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane"/>
67+
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Task Pane"/>
6868
</bt:ShortStrings>
6969
<bt:LongStrings>
70-
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Taskpane' button to get started."/>
70+
<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."/>
7171
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane"/>
7272
</bt:LongStrings>
7373
</Resources>

0 commit comments

Comments
 (0)