Skip to content

Commit

Permalink
Merge pull request #1088 from thebnich/infinite-alert-strings
Browse files Browse the repository at this point in the history
Bug 1182303 - Land strings for disable alert prompt
  • Loading branch information
thebnich committed Sep 18, 2015
2 parents 5bff835 + 8ff1c0f commit 933b7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/Frontend/UIConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,7 @@ private struct TempStrings {
// Bug 1109675 - Request Desktop Site
let requestDesktopSite = NSLocalizedString("Request Desktop Site", comment: "Pending feature; currently unused string! Tooltip label triggered by long pressing the refresh button.")
let requestMobileSite = NSLocalizedString("Request Mobile Site", comment: "Pending feature; currently unused string! Tooltip label triggered by long pressing the refresh button a second time.")

// Bug 1182303 - Checkbox to block alert spam.
let disableAlerts = NSLocalizedString("Disable additional page dialogs", comment: "Pending feature; currently unused string! Checkbox label shown after multiple alerts are shown")
}

0 comments on commit 933b7d5

Please sign in to comment.