desktop: Use Apple OS X branding instead of Mac OS X

This commit is contained in:
Ignacio R. Morelle 2015-08-16 20:17:17 -03:00
parent ecee9bdc11
commit cae02303a9

View file

@ -136,7 +136,7 @@ std::string os_version()
const std::string& ver = read_pipe_line(p);
if(!ver.empty()) {
return "Mac OS X " + ver;
return "Apple OS X " + ver;
}
}