diff options
author | bleen <git.119x@bleen.net> | 2013-03-01 21:11:24 -0500 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-03-09 12:58:26 +0100 |
commit | 3b019aeabb527754dc1b6fb7af0270d0ab54313b (patch) | |
tree | a72ea49c3326775aab619966df3cc9c85cce3ae9 | |
parent | e216473476495be043cdf7169ba616784995570a (diff) | |
download | dotfiles-3b019aeabb527754dc1b6fb7af0270d0ab54313b.tar.gz dotfiles-3b019aeabb527754dc1b6fb7af0270d0ab54313b.tar.bz2 dotfiles-3b019aeabb527754dc1b6fb7af0270d0ab54313b.zip |
.osx: Tweak language settings comment
Fixes #189.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ defaults write com.apple.BezelServices kDimTime -int 300 # Set language and text formats # Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with -# `Inches`, and `true` with `false`. +# `Inches`, `en_GB` with `en_US`, and `true` with `false`. defaults write NSGlobalDomain AppleLanguages -array "en" "nl" defaults write NSGlobalDomain AppleLocale -string "en_GB@currency=EUR" defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters" |