summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/QASRootListController.m
diff options
context:
space:
mode:
Diffstat (limited to 'QuickActions/QuickActionsPrefs/QASRootListController.m')
-rw-r--r--QuickActions/QuickActionsPrefs/QASRootListController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/QuickActions/QuickActionsPrefs/QASRootListController.m b/QuickActions/QuickActionsPrefs/QASRootListController.m
index 2fe7cb2..0d26dc7 100644
--- a/QuickActions/QuickActionsPrefs/QASRootListController.m
+++ b/QuickActions/QuickActionsPrefs/QASRootListController.m
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+#import "Preferences/PSTableCell.h"
#import <Foundation/Foundation.h>
#import "QASRootListController.h"
#include <spawn.h>
@@ -32,7 +33,7 @@
-(void)viewDidLoad
{
[super viewDidLoad];
- UIBarButtonItem *respringButton = [[UIBarButtonItem alloc] initWithTitle:@"Respring"
+ UIBarButtonItem *respringButton = [[UIBarButtonItem alloc] initWithTitle:@"Apply"
style:UIBarButtonItemStylePlain
target:self
action:@selector(respring)];