Skip to content

Commit

Permalink
Fixes 1153333 - Missing notes for NSLocalizedString
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Jul 2, 2015
1 parent 0144f25 commit ad8108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Frontend/Browser/BrowserToolbar.swift
Expand Up @@ -83,7 +83,7 @@ public class BrowserToolbarHelper: NSObject {
toolbar.stopReloadButton.setImage(UIImage(named: "reload"), forState: .Normal)
toolbar.stopReloadButton.setImage(UIImage(named: "reloadPressed"), forState: .Highlighted)
toolbar.stopReloadButton.accessibilityLabel = NSLocalizedString("Reload", comment: "Accessibility Label for the browser toolbar Reload button")
toolbar.stopReloadButton.accessibilityHint = NSLocalizedString("Tap to reload the page", comment: "")
toolbar.stopReloadButton.accessibilityHint = NSLocalizedString("Tap to reload the page", comment: "Accessibility hint for the browser toolbar Reload button")
toolbar.stopReloadButton.addTarget(self, action: "SELdidClickStopReload", forControlEvents: UIControlEvents.TouchUpInside)

toolbar.shareButton.setImage(UIImage(named: "send"), forState: .Normal)
Expand Down

0 comments on commit ad8108e

Please sign in to comment.