Skip to content

Commit

Permalink
Typo fix (#266)
Browse files Browse the repository at this point in the history
* Typo fixes

"succesfully" -> "successfully"

* FIx typo across all manifests
  • Loading branch information
AlexJerabek authored Aug 15, 2024
1 parent e25e7d9 commit 32c1648
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.excel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
<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." />
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
</bt:LongStrings>
</Resources>
Expand Down
2 changes: 1 addition & 1 deletion manifest.onenote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
<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." />
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
</bt:LongStrings>
</Resources>
Expand Down
2 changes: 1 addition & 1 deletion manifest.powerpoint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
<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." />
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
</bt:LongStrings>
</Resources>
Expand Down
2 changes: 1 addition & 1 deletion manifest.word.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
<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." />
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
</bt:LongStrings>
</Resources>
Expand Down
4 changes: 2 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
<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." />
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>
</OfficeApp>
2 changes: 1 addition & 1 deletion test/end-to-end/test-manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<bt:String id="Contoso.TaskpaneButton.Label" DefaultValue="Show Taskpane" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="Contoso.GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
<bt:String id="Contoso.GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
<bt:String id="Contoso.TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
</bt:LongStrings>
</Resources>
Expand Down

0 comments on commit 32c1648

Please sign in to comment.