Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IB2-414] Replaced "Forget Tab" by "Ghost Tab" in the context menu

  • Loading branch information
mahmoud-adam85 authored and Tim Palade committed Sep 6, 2018
1 parent 51e31a4 commit 3659ef756e404eac4016a38452a46f2adb3324d0
Showing with 2 additions and 1 deletion.
  1. +2 −1 Client/Frontend/Browser/BrowserViewController.swift
@@ -2626,7 +2626,8 @@ extension BrowserViewController: ContextMenuHelperDelegate {
/* Cliqz: Moved Firefox Strings to Cliqz table
let openNewPrivateTabTitle = NSLocalizedString("Open in New Private Tab", tableName: "PrivateBrowsing", comment: "Context menu option for opening a link in a new private tab")
*/
let openNewPrivateTabTitle = NSLocalizedString("Open in New Forget Tab", tableName: "Cliqz", comment: "Context menu option for opening a link in a new forget tab")
let openNewPrivateTabTitle = CliqzStrings.OpenInNewForgetTabContextMenuTitle

let openNewPrivateTabAction = UIAlertAction(title: openNewPrivateTabTitle, style: .default) { _ in
addTab(url, true)
}

0 comments on commit 3659ef7

Please sign in to comment.