From 3b019aeabb527754dc1b6fb7af0270d0ab54313b Mon Sep 17 00:00:00 2001 From: bleen Date: Fri, 1 Mar 2013 21:11:24 -0500 Subject: .osx: Tweak language settings comment Fixes #189. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.osx') 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" -- cgit v1.2.3