aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-11-18 19:29:37 +0800
committercrupest <crupest@outlook.com>2019-11-18 19:29:37 +0800
commit06a5d9aae4a348ff93aeaa40ac3d3ae2e7354f0f (patch)
tree047960f05911f7c841223f7b6528fe30b8e52088 /Timeline/Resources/Services
parent59c10650fc36e8c79c1def088240fd90a5151250 (diff)
downloadtimeline-06a5d9aae4a348ff93aeaa40ac3d3ae2e7354f0f.tar.gz
timeline-06a5d9aae4a348ff93aeaa40ac3d3ae2e7354f0f.tar.bz2
timeline-06a5d9aae4a348ff93aeaa40ac3d3ae2e7354f0f.zip
Write tests and fix bugs found via tests.
Diffstat (limited to 'Timeline/Resources/Services')
-rw-r--r--Timeline/Resources/Services/Exception.Designer.cs2
-rw-r--r--Timeline/Resources/Services/Exception.resx2
2 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs
index 970c306d..1b46f9e9 100644
--- a/Timeline/Resources/Services/Exception.Designer.cs
+++ b/Timeline/Resources/Services/Exception.Designer.cs
@@ -286,7 +286,7 @@ namespace Timeline.Resources.Services {
}
/// <summary>
- /// Looks up a localized string similar to An exception happened when do operation {} on the {} member on timeline..
+ /// Looks up a localized string similar to An exception happened when do operation {0} on the {1} member on timeline..
/// </summary>
internal static string TimelineMemberOperationExceptionDetail {
get {
diff --git a/Timeline/Resources/Services/Exception.resx b/Timeline/Resources/Services/Exception.resx
index c8f6676a..1d9c0037 100644
--- a/Timeline/Resources/Services/Exception.resx
+++ b/Timeline/Resources/Services/Exception.resx
@@ -193,7 +193,7 @@
<value>An exception happened when add or remove member on timeline.</value>
</data>
<data name="TimelineMemberOperationExceptionDetail" xml:space="preserve">
- <value>An exception happened when do operation {} on the {} member on timeline.</value>
+ <value>An exception happened when do operation {0} on the {1} member on timeline.</value>
</data>
<data name="TimelineNameBadFormatException" xml:space="preserve">
<value>Timeline name is of bad format. If this is a personal timeline, it means the username is of bad format and inner exception should be a UsernameBadFormatException.</value>