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

Commit e4d2cdc8 authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev
Browse files

Correct the string resource for tooltip_popup_title

Since "tooltip" is defined as "small popup window", "Tooltip Popup"
is redundant. Replacing it with just "Tooltip".

Bug: 33257550
Test: "adb shell dumpsys window windows | grep Tooltip"
with a tooltip open, check the window title.

Change-Id: Id06e26051e4b1afcf003723d85751b51bcafa93b
parent 014505ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4453,6 +4453,6 @@
    <!-- Label used by Telephony code, assigned as the display name for conference calls [CHAR LIMIT=60] -->
    <!-- Label used by Telephony code, assigned as the display name for conference calls [CHAR LIMIT=60] -->
    <string name="conference_call">Conference Call</string>
    <string name="conference_call">Conference Call</string>


    <!-- Title for a tooltip popup window [CHAR LIMIT=NONE] -->
    <!-- Window title for a tooltip [CHAR LIMIT=NONE] -->
    <string name="tooltip_popup_title">Tooltip Popup</string>
    <string name="tooltip_popup_title">Tooltip</string>
</resources>
</resources>