aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorbleen <git.119x@bleen.net>2013-03-01 21:11:24 -0500
committerMathias Bynens <mathias@qiwi.be>2013-03-09 12:58:26 +0100
commit3b019aeabb527754dc1b6fb7af0270d0ab54313b (patch)
treea72ea49c3326775aab619966df3cc9c85cce3ae9 /.osx
parente216473476495be043cdf7169ba616784995570a (diff)
downloaddotfiles-3b019aeabb527754dc1b6fb7af0270d0ab54313b.tar.gz
dotfiles-3b019aeabb527754dc1b6fb7af0270d0ab54313b.tar.bz2
dotfiles-3b019aeabb527754dc1b6fb7af0270d0ab54313b.zip
.osx: Tweak language settings comment
Fixes #189.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 82cc4a2..1dbfd46 100755
--- a/.osx
+++ b/.osx
@@ -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"