From bee4b118e6a9e84f6de70ad5f55f09b8109e95c3 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 20 Jun 2017 11:26:24 -0400 Subject: [PATCH] remove unneccessary explanation of UI // FREEBIE --- Signal/src/ViewControllers/SettingsTableViewController.m | 5 +---- Signal/translations/en.lproj/Localizable.strings | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Signal/src/ViewControllers/SettingsTableViewController.m b/Signal/src/ViewControllers/SettingsTableViewController.m index 2ec14b42c..6987d0096 100644 --- a/Signal/src/ViewControllers/SettingsTableViewController.m +++ b/Signal/src/ViewControllers/SettingsTableViewController.m @@ -164,10 +164,7 @@ cell.accessoryView = accessoryLabel; return cell; } - actionBlock:^{ - [OWSAlerts showAlertWithTitle:NSLocalizedString(@"NETWORK_STATUS_HEADER", @"") - message:NSLocalizedString(@"NETWORK_STATUS_TEXT", @"")]; - }]]; + actionBlock:nil]]; } [section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"SETTINGS_INVITE_TITLE", @"Settings table view cell label") diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index e8bf82738..f45ea1fb0 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -828,9 +828,6 @@ /* No comment provided by engineer. */ "NETWORK_STATUS_OFFLINE" = "Offline"; -/* No comment provided by engineer. */ -"NETWORK_STATUS_TEXT" = "You can check your network status by looking at the colored bar above your inbox."; - /* A label the cell that lets you add a new member to a group. */ "NEW_CONVERSATION_FIND_BY_PHONE_NUMBER" = "Find by Phone Number";