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
This commit is contained in:
@@ -4453,6 +4453,6 @@
|
||||
<!-- Label used by Telephony code, assigned as the display name for conference calls [CHAR LIMIT=60] -->
|
||||
<string name="conference_call">Conference Call</string>
|
||||
|
||||
<!-- Title for a tooltip popup window [CHAR LIMIT=NONE] -->
|
||||
<string name="tooltip_popup_title">Tooltip Popup</string>
|
||||
<!-- Window title for a tooltip [CHAR LIMIT=NONE] -->
|
||||
<string name="tooltip_popup_title">Tooltip</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user