Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js |
index 14ed4df33182e0ee9fc713f9c901531cd69d62b0..b05b2c5b94fee4676844b53b94669bebfb968d2f 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js |
@@ -76,10 +76,10 @@ WebInspector.DeviceModeModel.Type = { |
/** @enum {string} */ |
WebInspector.DeviceModeModel.UA = { |
- Mobile: "Mobile", |
- MobileNoTouch: "MobileNoTouch", |
- Desktop: "Desktop", |
- DesktopTouch: "DesktopTouch" |
+ Mobile: WebInspector.UIString("Mobile"), |
+ MobileNoTouch: WebInspector.UIString("Mobile (no touch)"), |
+ Desktop: WebInspector.UIString("Desktop"), |
+ DesktopTouch: WebInspector.UIString("Desktop (touch)") |
} |
WebInspector.DeviceModeModel.MinDeviceSize = 50; |