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

Commit 75d8d31b authored by Christopher Tate's avatar Christopher Tate
Browse files

Tweak font-size summary display

Now the setting title & summary are presented as e.g.:

   Font size
   Extremely large

Bug 5022057

Change-Id: I28e0d84705b0c9190431ed5419866ebd66d68dc7
parent 8d7f9594
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1563,8 +1563,8 @@
    <string name="automatic_brightness">Automatic brightness</string>
    <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
    <string name="title_font_size">Font size</string>
    <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option summary displaying the currently selected font size -->
    <string name="summary_font_size">Current font size: %1$s</string>
    <!-- Sound & display settings screen, setting option summary displaying the currently selected font size -->
    <string name="summary_font_size" translatable="false">%1$s</string>
    <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
    <string name="dialog_title_font_size">Select font size</string>