Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

marsjupiter

macrumors newbie
Original poster
Oct 9, 2010
1
0
which string would i edit to delete the 24-hour time row/column in settings>general>date & time?

i figured out how delete the text but not the row/column. the code looks like this...


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>get</key>
<string>is24HourTime:</string>
<key>label</key>
<string>24-Hour Time</string>
<key>set</key>
<string>set24HourTime:specifier:</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
</dict>
<dict>
<key>PostNotification</key>
<string>AutomaticTimePreferencesChangedNotificat io n</string>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<string>YES</string>
<key>defaults</key>
<string>com.apple.preferences.datetime</string>
<key>get</key>
<string>useAutomaticTime:</string>
<key>key</key>
<string>automatic-time</string>
<key>label</key>
<string>SET_AUTOMATICALLY</string>
<key>set</key>
<string>setUseAutomaticTime:specifier:</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>defaults</key>
<string>com.apple.preferences.datetime</string>
<key>detail</key>
<string>PSDetailController</string>
<key>get</key>
<string>timeZoneValue:</string>
<key>key</key>
<string>timezone</string>
<key>label</key>
<string>TIME_ZONE</string>
<key>pane</key>
<string>TimeZonePane</string>
<key>systemTimeZone</key>
<string>YES</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>DateController</string>
<key>label</key>
<string>SET_DATE_AND_TIME</string>
<key>pane</key>
<string>DatePane</string>
</dict>
</array>
<key>title</key>
<string>DATE_TIME_TITLE</string>
</dict>
</plist>






thanks in advance
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.