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

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
Bryce W. Harrington 2013-07-23 21:53:26 +00:00 committed by Kristian Høgsberg
parent 41a293b5b8
commit b3174f5fcf

View file

@ -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;