A few more wording changes

svn path=/trunk/gtk-sharp/; revision=50731
This commit is contained in:
Miguel de Icaza 2005-09-25 17:33:45 +00:00
parent d904ed0fd7
commit a02ae2bfd6
3 changed files with 5 additions and 5 deletions

View file

@ -177,7 +177,7 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>Event fired when the selected is changed.</summary> <summary>Event raised when the selected is changed.</summary>
<remarks /> <remarks />
</Docs> </Docs>
</Member> </Member>

View file

@ -39,9 +39,9 @@
<ReturnType>System.Object</ReturnType> <ReturnType>System.Object</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>This NotifyEventArgs property refers to the GConf Value from an entry which modification, addition or removal cause the event to be fired. <summary>This NotifyEventArgs property refers to the GConf Value from an entry which modification, addition or removal cause the event to be raised.
</summary> </summary>
<value>the object stored in the GConf which modification, removal or addition cause the event to be fired.</value> <value>the object stored in the GConf which modification, removal or addition cause the event to be raised.</value>
<remarks> <remarks>
</remarks> </remarks>
</Docs> </Docs>
@ -53,7 +53,7 @@
<ReturnType>System.String</ReturnType> <ReturnType>System.String</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>This NotifyEventArgs property refers to the key which value modification, addition or removal cause the event to be fired.</summary> <summary>This NotifyEventArgs property refers to the key which value modification, addition or removal cause the event to be raised.</summary>
<value>a string for the key name</value> <value>a string for the key name</value>
<remarks> <remarks>
</remarks> </remarks>

View file

@ -97,7 +97,7 @@
<Parameters /> <Parameters />
<Docs> <Docs>
<summary> <summary>
An event handler that fires when the direction of a keymap has been changed. An event handler that raised when the direction of a keymap has been changed.
</summary> </summary>
<remarks> <remarks>
None None