mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Merge branch 'sirjonasxx:master' into internationalization
This commit is contained in:
commit
de625d3efa
@ -55,7 +55,7 @@ public class OSValidator {
|
|||||||
if (isWindows()) {
|
if (isWindows()) {
|
||||||
return "Windows";
|
return "Windows";
|
||||||
} else if (isMac()) {
|
} else if (isMac()) {
|
||||||
return "Max";
|
return "Mac";
|
||||||
} else if (isUnix()) {
|
} else if (isUnix()) {
|
||||||
return "Linux";
|
return "Linux";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user