diff options
author | Bryce W. Harrington <b.harrington@samsung.com> | 2013-08-09 01:47:07 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-08-08 21:42:26 -0700 |
commit | b5e7f9caef9baa4a1177cbb22955c58044dc4aab (patch) | |
tree | 41dd57884c7ee35ef82f90430811431a6eae0a96 /protocol | |
parent | 3d6470b1ef98448011401e3cb83b40b921354743 (diff) |
protocol: Improve grammar for set class description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 6 |
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> |