Skip to content

Commit 9af9ae8

Browse files
Fix typos (#135)
1 parent 3856d6e commit 9af9ae8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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)