diff options
Diffstat (limited to 'Timeline/Resources/Services/UserAvatarService.Designer.cs')
-rw-r--r-- | Timeline/Resources/Services/UserAvatarService.Designer.cs | 12 |
1 files changed, 6 insertions, 6 deletions
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 { /// <summary>
/// Looks up a localized string similar to Data of avatar is null..
/// </summary>
- internal static string ArgumentAvatarDataNull {
+ internal static string ExceptionAvatarDataNull {
get {
- return ResourceManager.GetString("ArgumentAvatarDataNull", resourceCulture);
+ return ResourceManager.GetString("ExceptionAvatarDataNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Type of avatar is null or empty..
/// </summary>
- internal static string ArgumentAvatarTypeNullOrEmpty {
+ internal static string ExceptionAvatarTypeNullOrEmpty {
get {
- return ResourceManager.GetString("ArgumentAvatarTypeNullOrEmpty", resourceCulture);
+ return ResourceManager.GetString("ExceptionAvatarTypeNullOrEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Database corupted! One of type and data of a avatar is null but the other is not..
/// </summary>
- internal static string DatabaseCorruptedDataAndTypeNotSame {
+ internal static string ExceptionDatabaseCorruptedDataAndTypeNotSame {
get {
- return ResourceManager.GetString("DatabaseCorruptedDataAndTypeNotSame", resourceCulture);
+ return ResourceManager.GetString("ExceptionDatabaseCorruptedDataAndTypeNotSame", resourceCulture);
}
}
|