From 2528710897c6995eaa6b04a63c1daa8cdffbf29d Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Fri, 25 Oct 2019 18:36:02 +0800 Subject: Add NeutralResourcesLanguage. Conform to best practices. --- Timeline/Resources/Services/UserAvatarService.Designer.cs | 12 ++++++------ Timeline/Resources/Services/UserAvatarService.resx | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Timeline/Resources/Services') diff --git a/Timeline/Resources/Services/UserAvatarService.Designer.cs b/Timeline/Resources/Services/UserAvatarService.Designer.cs index 6ee6fef9..c72d4215 100644 --- a/Timeline/Resources/Services/UserAvatarService.Designer.cs +++ b/Timeline/Resources/Services/UserAvatarService.Designer.cs @@ -63,27 +63,27 @@ namespace Timeline.Resources.Services { /// /// Looks up a localized string similar to Data of avatar is null.. /// - internal static string ArgumentAvatarDataNull { + internal static string ExceptionAvatarDataNull { get { - return ResourceManager.GetString("ArgumentAvatarDataNull", resourceCulture); + return ResourceManager.GetString("ExceptionAvatarDataNull", resourceCulture); } } /// /// Looks up a localized string similar to Type of avatar is null or empty.. /// - internal static string ArgumentAvatarTypeNullOrEmpty { + internal static string ExceptionAvatarTypeNullOrEmpty { get { - return ResourceManager.GetString("ArgumentAvatarTypeNullOrEmpty", resourceCulture); + return ResourceManager.GetString("ExceptionAvatarTypeNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Database corupted! One of type and data of a avatar is null but the other is not.. /// - internal static string DatabaseCorruptedDataAndTypeNotSame { + internal static string ExceptionDatabaseCorruptedDataAndTypeNotSame { get { - return ResourceManager.GetString("DatabaseCorruptedDataAndTypeNotSame", resourceCulture); + return ResourceManager.GetString("ExceptionDatabaseCorruptedDataAndTypeNotSame", resourceCulture); } } diff --git a/Timeline/Resources/Services/UserAvatarService.resx b/Timeline/Resources/Services/UserAvatarService.resx index 3269bf13..da9d7203 100644 --- a/Timeline/Resources/Services/UserAvatarService.resx +++ b/Timeline/Resources/Services/UserAvatarService.resx @@ -117,13 +117,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Data of avatar is null. - + Type of avatar is null or empty. - + Database corupted! One of type and data of a avatar is null but the other is not. -- cgit v1.2.3