From 073eee6ff829c54c5e0f8698b288ee74b0201861 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Wed, 29 Jan 2020 17:50:37 -0600 Subject: [PATCH] Rename Feedbin account "Create" button to "Add Account" --- Mac/Preferences/Accounts/AccountsFeedbinWindowController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Preferences/Accounts/AccountsFeedbinWindowController.swift b/Mac/Preferences/Accounts/AccountsFeedbinWindowController.swift index 11cdcc109..3886dd86b 100644 --- a/Mac/Preferences/Accounts/AccountsFeedbinWindowController.swift +++ b/Mac/Preferences/Accounts/AccountsFeedbinWindowController.swift @@ -34,7 +34,7 @@ class AccountsFeedbinWindowController: NSWindowController { } actionButton.title = NSLocalizedString("Update", comment: "Update") } else { - actionButton.title = NSLocalizedString("Create", comment: "Create") + actionButton.title = NSLocalizedString("Add Account", comment: "Add Account") } }