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-20 16:23:26 -0700 |
| commit | 69d9c21973a825c3f520e7d53a59127f552f8c00 (patch) | |
| tree | ac22fff581529d23022a8d7610a5c65e6aae2b0f | |
| parent | protocol: Add missing d to 'x an y' (diff) | |
| download | wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.gz wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.bz2 wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.lz wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.xz wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.tar.zst wayland-69d9c21973a825c3f520e7d53a59127f552f8c00.zip | |
protocol: Improve grammar for set class description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
| -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 0dbe988..7ad0ddb 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -846,9 +846,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> |
