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:
Vladislav Kaznacheev
2016-12-05 11:44:49 -08:00
parent 014505babe
commit e4d2cdc849

View File

@@ -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>