diff options
Diffstat (limited to 'Timeline/Resources/Services/UserAvatarService.resx')
-rw-r--r-- | Timeline/Resources/Services/UserAvatarService.resx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Resources/Services/UserAvatarService.resx b/Timeline/Resources/Services/UserAvatarService.resx index ab6389ff..3269bf13 100644 --- a/Timeline/Resources/Services/UserAvatarService.resx +++ b/Timeline/Resources/Services/UserAvatarService.resx @@ -120,8 +120,8 @@ <data name="ArgumentAvatarDataNull" xml:space="preserve">
<value>Data of avatar is null.</value>
</data>
- <data name="ArgumentAvatarTypeNull" xml:space="preserve">
- <value>Type of avatar is null.</value>
+ <data name="ArgumentAvatarTypeNullOrEmpty" xml:space="preserve">
+ <value>Type of avatar is null or empty.</value>
</data>
<data name="DatabaseCorruptedDataAndTypeNotSame" xml:space="preserve">
<value>Database corupted! One of type and data of a avatar is null but the other is not.</value>
|