summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-03-16 11:28:00 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-03-16 11:28:53 -0300
commitf0d74ddba337e621bce4942111f89180562fe61a (patch)
tree7851954aac6065decae98f770ebb6c589a00d380
parent5533608b76b4636e0fe4331dc4a2c17e9a3554de (diff)
downloadgnome-calendar-f0d74ddba337e621bce4942111f89180562fe61a.tar.gz
gschema: Remove accidental new strings
I didn't realize these were translated, and accidentally broke string freeze. Let's temporarily remove these strings for now.
-rw-r--r--data/org.gnome.calendar.gschema.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/org.gnome.calendar.gschema.xml.in b/data/org.gnome.calendar.gschema.xml.in
index 569a607b..16ca7750 100644
--- a/data/org.gnome.calendar.gschema.xml.in
+++ b/data/org.gnome.calendar.gschema.xml.in
@@ -23,8 +23,10 @@
</key>
<key name="week-view-zoom-level" type="d">
<default>1.0</default>
+ <!-- FIXME: uncomment after 45.alpha branches
<summary>Zoom level of the week grid</summary>
<description>The current zoom level of the week grid</description>
+ -->
</key>
</schema>
</schemalist>