~ubuntu-branches/ubuntu/precise/gsettings-desktop-schemas/precise

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.interface.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-06 11:11:15 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20110906111115-ou7kox1p2ustdu4j
Tags: upstream-3.1.91
ImportĀ upstreamĀ versionĀ 3.1.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
        Whether the clock displays in 24h or 12h format
229
229
      </_description>
230
230
    </key>
 
231
    <key name="clock-show-seconds" type="b">
 
232
      <default>false</default>
 
233
      <_summary>Whether the clock shows seconds</_summary>
 
234
      <_description>
 
235
        If true, display seconds in the clock.
 
236
      </_description>
 
237
    </key>
 
238
    <key name="clock-show-date" type="b">
 
239
      <default>false</default>
 
240
      <_summary>Show date in clock</_summary>
 
241
      <_description>
 
242
        If true, display date in the clock, in addition to time.
 
243
      </_description>
 
244
    </key>
231
245
    <key name="automatic-mnemonics" type="b">
232
246
      <default>true</default>
233
247
      <_summary>Only show mnemonics on when the Alt key is pressed</_summary>