summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Strings.resx
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-30 08:32:34 -0700
committerAndrew <andrewarnott@gmail.com>2008-10-02 07:33:59 -0700
commit1b9d589c7ed1cf7648ee7abc9150def40d6274b3 (patch)
tree0b8204759ba39cb96eca285d74488c91df7fb941 /src/DotNetOAuth/Strings.resx
parent08a2ca3fdbe337ba11575cf7893ab547536bb4e2 (diff)
downloadDotNetOpenAuth-1b9d589c7ed1cf7648ee7abc9150def40d6274b3.zip
DotNetOpenAuth-1b9d589c7ed1cf7648ee7abc9150def40d6274b3.tar.gz
DotNetOpenAuth-1b9d589c7ed1cf7648ee7abc9150def40d6274b3.tar.bz2
StyleCop work and adding support for including extra parameters where the spec allows it.
Diffstat (limited to 'src/DotNetOAuth/Strings.resx')
-rw-r--r--src/DotNetOAuth/Strings.resx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/DotNetOAuth/Strings.resx b/src/DotNetOAuth/Strings.resx
index 9ed8ab6..3c6b5f6 100644
--- a/src/DotNetOAuth/Strings.resx
+++ b/src/DotNetOAuth/Strings.resx
@@ -123,9 +123,6 @@
<data name="BadAccessTokenInProtectedResourceRequest" xml:space="preserve">
<value>The access token '{0}' is invalid or expired.</value>
</data>
- <data name="CurrentHttpContextRequired" xml:space="preserve">
- <value>HttpContext.Current is null. There must be an ASP.NET request in process for this operation to succeed.</value>
- </data>
<data name="InvalidIncomingMessage" xml:space="preserve">
<value>An invalid OAuth message received and discarded.</value>
</data>