diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-24 19:57:59 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-24 19:57:59 +0800 |
commit | 912455ac19161533205c2fe56b91ff4595ea4fdb (patch) | |
tree | b8ddc07077f9ac767a27f811db4f20ba88cc5087 /Timeline/Resources/Services/UserAvatarService.resx | |
parent | 89c106169bd2a16310fdaa6e0c48a3402d97de3a (diff) | |
download | timeline-912455ac19161533205c2fe56b91ff4595ea4fdb.tar.gz timeline-912455ac19161533205c2fe56b91ff4595ea4fdb.tar.bz2 timeline-912455ac19161533205c2fe56b91ff4595ea4fdb.zip |
...
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>
|