aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/Exception.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-29 00:17:45 +0800
committercrupest <crupest@outlook.com>2020-01-29 00:17:45 +0800
commitb6043126fae039c58512f60a576b10925b06df4c (patch)
tree480e4e0fa03f0736cfee97876603fdb87d3fd3bd /Timeline/Resources/Services/Exception.Designer.cs
parent1a653fca9e4e3371dd65782c987a736e2259d66a (diff)
downloadtimeline-b6043126fae039c58512f60a576b10925b06df4c.tar.gz
timeline-b6043126fae039c58512f60a576b10925b06df4c.tar.bz2
timeline-b6043126fae039c58512f60a576b10925b06df4c.zip
...
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r--Timeline/Resources/Services/Exception.Designer.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs
index 0a3325d4..671c4b93 100644
--- a/Timeline/Resources/Services/Exception.Designer.cs
+++ b/Timeline/Resources/Services/Exception.Designer.cs
@@ -241,6 +241,15 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to Password is of bad format..
+ /// </summary>
+ internal static string PasswordBadFormatException {
+ get {
+ return ResourceManager.GetString("PasswordBadFormatException", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The timeline with that name already exists..
/// </summary>
internal static string TimelineAlreadyExistException {
@@ -304,15 +313,6 @@ namespace Timeline.Resources.Services {
}
/// <summary>
- /// Looks up a localized string similar to The username is of bad format..
- /// </summary>
- internal static string UsernameBadFormatException {
- get {
- return ResourceManager.GetString("UsernameBadFormatException", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to The username already exists..
/// </summary>
internal static string UsernameConfictException {