diff options
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml.in | 2 | ||||
-rw-r--r-- | tests/test-exporter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml.in b/data/com.canonical.indicator.datetime.gschema.xml.in index edcede2..044f694 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml.in +++ b/data/com.canonical.indicator.datetime.gschema.xml.in @@ -148,7 +148,7 @@ </key> <key name="alarm-duration-minutes" type="u"> <range min="1" max="60"/> - <default>30</default> + <default>10</default> <_summary>The alarm's duration.</_summary> <_description> How long the alarm's sound will be looped if its snap decision is not dismissed by the user. diff --git a/tests/test-exporter.cpp b/tests/test-exporter.cpp index be8fcc3..d5118ac 100644 --- a/tests/test-exporter.cpp +++ b/tests/test-exporter.cpp @@ -222,7 +222,7 @@ TEST_F(ExporterFixture, AlarmProperties) g_clear_pointer (&haptic, g_free); /*** - **** Try chaning the DBus properties -- do the Settings change to match it? + **** Try changing the DBus properties -- do the Settings change to match it? ***/ expected_volume = 100; |