Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6016950b authored by Gitsaibot's avatar Gitsaibot Committed by GitHub
Browse files

Add missing \ to string (#541)

parent 52470df6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -841,7 +841,7 @@
    <string name="cal_pick_ics">Pick file to import</string>

    <!-- Strings to describe view details array -->
    <string name="show_time_no">Don't show time</string>
    <string name="show_time_no">Don\'t show time</string>
    <string name="show_time_start">Only start time</string>
    <string name="show_time_start_end">Start and end time</string>
    <string name="show_time_start_end_below">Start and end time below the event</string>