Skip to content

Commit

Permalink
Merge pull request #924 from opusforlife2/fix_typo
Browse files Browse the repository at this point in the history
(maint) Fix typo in dialogue seen after config export is successful
  • Loading branch information
gep13 authored Mar 7, 2022
2 parents 0e09a99 + eda7b19 commit 024a274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ChocolateyGui.Common/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ Please contact your System Administrator to enable this operation.</value>
<value>Prevents the ability for user to use the Update All button. NOTE: This feature will only work with Chocolatey for Business and the Chocolatey GUI licensed extension installed.</value>
</data>
<data name="LocalSourceViewModel_ExportComplete" xml:space="preserve">
<value>All the currrently installed packages have been exported to {0}</value>
<value>All the currently installed packages have been exported to {0}</value>
<comment>{0} = The path to where the exported packages have been placed</comment>
</data>
<data name="SettingsView_Language" xml:space="preserve">
Expand Down Expand Up @@ -1380,4 +1380,4 @@ Please contact your System Administrator to enable this operation.</value>
<value>Browse</value>
<comment>This text is used for both when a user clicks a button supposed to select a file, and when selecting a folder.</comment>
</data>
</root>
</root>

0 comments on commit 024a274

Please sign in to comment.