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

Commit 5ddac958 authored by Michael W's avatar Michael W
Browse files

DeskClock: Remove the summaries for AM/PM and bold text

* These currently don't sound right and out of place
* Replace the AM/PM one with a more descriptive title and remove
  the summaries for both settings

Change-Id: Ia98e0b22536c71f4e950f1836ca0a769e51c8325
parent f0f776a7
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
     Copyright (C) 2017-2024 The LineageOS Project
     Copyright (C) 2017-2025 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -78,14 +78,10 @@
    <string name="night_mode_dnd_title">Follow DND state</string>
    <!-- Describes night mode follows do not disturb state -->
    <string name="night_mode_dnd_summary">Night mode follows Do Not Disturb state</string>
    <!-- Title for swtich to pick if the AM/PM is displayed on a 12 hour text clock -->
    <string name="show_ampm_title">Show AM/PM</string>
    <!-- Describes if the AM/PM on the screensaver is displayed on a 12 hour text clock -->
    <string name="show_ampm_summary">If the AM/PM descriptor is displayed in the digital clock</string>
    <!-- Title for the switch to pick if the AM/PM is displayed on a 12 hour text clock -->
    <string name="show_ampm_title">Show AM/PM indicator</string>
    <!-- Title for switch to pick if the clock text is displayed in bold -->
    <string name="bold_text_title">Bold clock text</string>
    <!-- Describes if the text on the screensaver is displayed in bold -->
    <string name="bold_text_summary">If the digital clock text should be in bold</string>
    <!-- Title for slider to pick if the brightness of the clock in night mode -->
    <string name="night_mode_brightness_text_title">Brightness</string>

+1 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The Android Open Source Project
     Copyright (C) 2023-2025 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -39,7 +40,6 @@
        android:layout_height="wrap_content"
        android:defaultValue="@bool/default_clock_bold_text"
        android:key="screensaver_bold_text"
        android:summary="@string/bold_text_summary"
        android:title="@string/bold_text_title"
        app:iconSpaceReserved="false" />

@@ -48,7 +48,6 @@
        android:layout_height="wrap_content"
        android:defaultValue="@bool/default_clock_show_ampm"
        android:key="screensaver_show_ampm"
        android:summary="@string/show_ampm_summary"
        android:title="@string/show_ampm_title"
        app:iconSpaceReserved="false" />