Fixed typo and added missing resource keys in AdminLog.aspx.

This commit is contained in:
Dario Solera 2009-10-25 09:02:39 +00:00
parent 2199499e21
commit 2e5d16238f
22 changed files with 185 additions and 4 deletions

View file

@ -117,6 +117,15 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnNoLimitResource1.Text" xml:space="preserve">
<value>Display all</value>
</data>
<data name="btnNoLimitResource1.ToolTip" xml:space="preserve">
<value>Display all log entries (might take a few seconds)</value>
</data>
<data name="lblLimitResource1.Text" xml:space="preserve">
<value>Currently displaying only 100 log entries &amp;mdash;</value>
</data>
<data name="btnClearLogResource1.Text" xml:space="preserve">
<value>Clear Log</value>
</data>