summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Strings.Designer.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-04-20 09:29:59 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-04-20 09:29:59 -0700
commit0c59596e43a2d7a854df5f99299ef4a23cf1fd6d (patch)
tree21777fe7aee7c52ae25bd4ecb63bfee9c78d34cd /src/DotNetOpenId/Strings.Designer.cs
parent6334f4a61dec7d12cd176389dd2b6c63f81c13ef (diff)
downloadDotNetOpenAuth-0c59596e43a2d7a854df5f99299ef4a23cf1fd6d.zip
DotNetOpenAuth-0c59596e43a2d7a854df5f99299ef4a23cf1fd6d.tar.gz
DotNetOpenAuth-0c59596e43a2d7a854df5f99299ef4a23cf1fd6d.tar.bz2
Fetch+Store extension in same message fix.
Improves exception and text generated when two extensions sharing a single namespace are added to the same message.
Diffstat (limited to 'src/DotNetOpenId/Strings.Designer.cs')
-rw-r--r--src/DotNetOpenId/Strings.Designer.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DotNetOpenId/Strings.Designer.cs b/src/DotNetOpenId/Strings.Designer.cs
index cf6f6af..7ef783d 100644
--- a/src/DotNetOpenId/Strings.Designer.cs
+++ b/src/DotNetOpenId/Strings.Designer.cs
@@ -124,6 +124,15 @@ namespace DotNetOpenId {
}
/// <summary>
+ /// Looks up a localized string similar to An extension sharing namespace &apos;{0}&apos; has already been added. Only one extension per namespace is allowed in a given request..
+ /// </summary>
+ internal static string ExtensionAlreadyAddedWithSameTypeURI {
+ get {
+ return ResourceManager.GetString("ExtensionAlreadyAddedWithSameTypeURI", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Extension parameter key &apos;{0}&apos; encountered, but extension parameter keys should not include their prefix..
/// </summary>
internal static string ExtensionParameterKeysWithoutPrefixExpected {