screenshot: Drop extraneous 'is' to improve warning msg grammar

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
dev
Bryce W. Harrington 11 years ago committed by Kristian Høgsberg
parent a2bb7919de
commit 3d2046ed4b
  1. 2
      clients/screenshot.c

@ -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…
Cancel
Save