Skip to content

Commit

Permalink
Added a new debug string AppDbgExClnDirectoryDoesNotExist.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Aug 31, 2024
1 parent e71e4e2 commit 55b0834
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/srcrepair/DebugStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/srcrepair/DebugStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@
<data name="AppDbgExClnDeleteFileFailure" xml:space="preserve">
<value>Cannot delete the "{0}" file from the cleanup queue due to an error.</value>
</data>
<data name="AppDbgExClnDirectoryDoesNotExist" xml:space="preserve">
<value>The selected for cleanup directory "{0}" does not exist and was skipped.</value>
</data>
<data name="AppDbgExClnEmptyDirs" xml:space="preserve">
<value>Exception while cleaning up empty directories.</value>
</data>
Expand Down

0 comments on commit 55b0834

Please sign in to comment.