diff options
Diffstat (limited to 'misc/org.yorba.shotwell.gschema.xml')
-rw-r--r-- | misc/org.yorba.shotwell.gschema.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/org.yorba.shotwell.gschema.xml b/misc/org.yorba.shotwell.gschema.xml index ce3b815..afd2f02 100644 --- a/misc/org.yorba.shotwell.gschema.xml +++ b/misc/org.yorba.shotwell.gschema.xml @@ -668,7 +668,7 @@ </key> <key name="size-selection" type="i"> - <default>3</default> + <default>-1</default> <summary>size selection</summary> <description>The index of the current print size in a pre-defined list of standard sizes</description> </key> @@ -789,13 +789,13 @@ <key name="transitions-circles" type="b"> <default>true</default> - <summary>enable slideshow circle transition</summary> + <summary>enable slideshow circles transition</summary> <description>True if the Circles slideshow transition plugin is enabled, false otherwise</description> </key> <key name="transitions-blinds" type="b"> <default>true</default> - <summary>enable slideshow slide transition</summary> + <summary>enable slideshow blinds transition</summary> <description>True if the Blinds slideshow transition plugin is enabled, false otherwise</description> </key> |