diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/MTP/beastpatcher/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/main.c b/utils/MTP/beastpatcher/main.c index 2194334..3f7957a 100644 --- a/utils/MTP/beastpatcher/main.c +++ b/utils/MTP/beastpatcher/main.c @@ -107,7 +107,7 @@ int main(int argc, char* argv[]) #if defined(__WIN32__) || defined(_WIN32) if(mtp_wmp_version() < 11) { fprintf(stderr, "beastpacher requires at least Windows Media Player 11 to run!\n"); - fprintf(stderr, "Please update you installation of Windows Media Player.\n"); + fprintf(stderr, "Please update your installation of Windows Media Player.\n"); return -1; } #endif |