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 a2bb7919de
commit 3d2046ed4b

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;