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
@ -249,7 +249,7 @@ int main(int argc, char *argv[])
|
|||||||
int width, height;
|
int width, height;
|
||||||
|
|
||||||
if (getenv("WAYLAND_SOCKET") == NULL) {
|
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.",
|
"Use the MOD+S shortcut to take a screenshot.",
|
||||||
argv[0]);
|
argv[0]);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user