Changeset 294759 in webkit
- Timestamp:
- May 24, 2022, 1:14:02 PM (4 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
Localizations/en.lproj/localizedStrings.js (modified) (1 diff)
-
UserInterface/Views/ScreenshotsTimelineView.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
r294374 r294759 1030 1030 localizedStrings["No response cookies."] = "No response cookies."; 1031 1031 localizedStrings["No response headers"] = "No response headers"; 1032 /* Placeholder text shown when there are no images to display in the Screenshots timeline. */ 1033 localizedStrings["No screenshots @ Screenshots Timeline"] = "No screenshots"; 1032 1034 localizedStrings["No search results"] = "No search results"; 1033 1035 localizedStrings["No search string"] = "No search string"; -
trunk/Source/WebInspectorUI/UserInterface/Views/ScreenshotsTimelineView.js
r294166 r294759 80 80 }); 81 81 } 82 83 if (!this.element.childNodes.length) 84 this.element.appendChild(WI.createMessageTextView(WI.UIString("No screenshots", "No screenshots @ Screenshots Timeline", "Placeholder text shown when there are no images to display in the Screenshots timeline."))); 82 85 } 83 86
Note:
See TracChangeset
for help on using the changeset viewer.