From 5790142f81f2a94ad073834b1534acbf9b02ea3c 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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Timeline/Resources/Services/UserAvatarService.Designer.cs') 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); } } -- cgit v1.2.3