mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[spellcheck]Spelling cleanup (#17099)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -108,18 +108,18 @@ namespace PowerLauncher.Properties {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Settings will be reset to default and program will continue to function..
|
||||
/// </summary>
|
||||
public static string deseralization_error_message {
|
||||
public static string deserialization_error_message {
|
||||
get {
|
||||
return ResourceManager.GetString("deseralization_error_message", resourceCulture);
|
||||
return ResourceManager.GetString("deserialization_error_message", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to PowerToys Run deserialization error.
|
||||
/// </summary>
|
||||
public static string deseralization_error_title {
|
||||
public static string deserialization_error_title {
|
||||
get {
|
||||
return ResourceManager.GetString("deseralization_error_title", resourceCulture);
|
||||
return ResourceManager.GetString("deserialization_error_title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -179,10 +179,10 @@
|
||||
<data name="Title" xml:space="preserve">
|
||||
<value>Title</value>
|
||||
</data>
|
||||
<data name="deseralization_error_title" xml:space="preserve">
|
||||
<data name="deserialization_error_title" xml:space="preserve">
|
||||
<value>PowerToys Run deserialization error</value>
|
||||
</data>
|
||||
<data name="deseralization_error_message" xml:space="preserve">
|
||||
<data name="deserialization_error_message" xml:space="preserve">
|
||||
<value>Settings will be reset to default and program will continue to function.</value>
|
||||
</data>
|
||||
<data name="FailedToInitializePluginsDescription" xml:space="preserve">
|
||||
|
||||
Reference in New Issue
Block a user