Index: chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm |
diff --git a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm |
index a502d8a2255146b045b3fb956ac5d2aea568b6fe..0f9c1992d6eeb2c309449dfb382b530e9297ec48 100644 |
--- a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm |
+++ b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.mm |
@@ -239,7 +239,7 @@ void SetZoomBubbleAutoCloseDelayForTesting(NSTimeInterval time_interval) { |
// Reset zoom button. |
NSButton* resetButton = |
- [self addButtonWithTitleID:IDS_ZOOM_SET_DEFAULT_SHORT |
+ [self addButtonWithTitleID:IDS_ZOOM_SET_DEFAULT |
fontSize:kTextFontSize |
action:@selector(resetToDefault:)]; |
rect.origin.x += NSWidth(rect); |