summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2013-07-15 15:26:05 -0700
committerBryce Harrington <b.harrington@samsung.com>2013-08-08 18:52:56 -0700
commit9ed4951f114666297d091f09fcd3b0c834096d36 (patch)
tree41dd57884c7ee35ef82f90430811431a6eae0a96
parentac0dfbaf9bc48a9cdfb221cd97a7d817042b5dff (diff)
protocol: Improve grammar for set class description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
-rw-r--r--protocol/wayland.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 575db27..10367dc 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -909,9 +909,9 @@
Set a class for the surface.
The surface class identifies the general class of applications
- to which the surface belongs. A common convention is to use
- the file name (full path if non-standard location) of the
- applications .desktop file as the class.
+ to which the surface belongs. A common convention is to use the
+ file name (or the full path if it is a non-standard location) of
+ the application's .desktop file as the class.
</description>
<arg name="class_" type="string"/>
</request>