From 5225337b400f4fcef73f52f05b167c8ee454f406 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 5 Dec 2013 14:32:04 +0100 Subject: Remove "iPhone" wording and use more general term "iOS device" in error message --- src/ideviceinstaller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 2af715e..b626caa 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c @@ -498,7 +498,7 @@ int main(int argc, char **argv) argv += optind; if (IDEVICE_E_SUCCESS != idevice_new(&phone, udid)) { - fprintf(stderr, "No iPhone found, is it plugged in?\n"); + fprintf(stderr, "No iOS device found, is it plugged in?\n"); return -1; } -- cgit v1.1-32-gdbae