mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
screenshot: Drop extraneous 'is' to improve warning msg grammar
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
a2bb7919de
commit
3d2046ed4b
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ int main(int argc, char *argv[])
|
|||
int width, height;
|
||||
|
||||
if (getenv("WAYLAND_SOCKET") == NULL) {
|
||||
fprintf(stderr, "%s is must be launched by weston.\n"
|
||||
fprintf(stderr, "%s must be launched by weston.\n"
|
||||
"Use the MOD+S shortcut to take a screenshot.",
|
||||
argv[0]);
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue