Rename Feedbin account "Create" button to "Add Account"
This commit is contained in:
parent
a70f16eb37
commit
073eee6ff8
|
@ -34,7 +34,7 @@ class AccountsFeedbinWindowController: NSWindowController {
|
||||||
}
|
}
|
||||||
actionButton.title = NSLocalizedString("Update", comment: "Update")
|
actionButton.title = NSLocalizedString("Update", comment: "Update")
|
||||||
} else {
|
} else {
|
||||||
actionButton.title = NSLocalizedString("Create", comment: "Create")
|
actionButton.title = NSLocalizedString("Add Account", comment: "Add Account")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue