Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

GENERAL_CANCEL button title #50

Closed
mergesort opened this issue Mar 13, 2014 · 3 comments
Closed

GENERAL_CANCEL button title #50

mergesort opened this issue Mar 13, 2014 · 3 comments

Comments

@mergesort
Copy link

In SimpleAuthTwitterProvider.m, the UIActionSheet cancel button title is GENERAL_CANCEL. Can that be changed to something less loud... like, Cancel?

@amarcadet
Copy link
Contributor

GENERAL_CANCEL is a key that must be added to your Localizable.strings file in order to localize the tile of that button.

Maybe @calebd you could just put a Localizable.strings inside a custom bundle into your project or, regarding the complexity of maintaining custom bundle, simply prefix the key with SIMPLE_AUTH_ to avoid collision with developers' keys.

@calebd
Copy link
Owner

calebd commented Apr 5, 2014

Yeah I think the best way to do it would be to provide a localized strings file in SimpleAuth that I can use for any default keys.

@mergesort
Copy link
Author

I should have closed this a while ago, sorry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants