mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
authorization => authorisation
This commit is contained in:
parent
314f77b044
commit
796aa075bd
35 changed files with 120 additions and 120 deletions
|
@ -71,7 +71,7 @@ public abstract class Util implements UserRegistrationConstants {
|
|||
});
|
||||
}
|
||||
|
||||
static Intent authorizationIntent(INetworkLink link, Uri id) {
|
||||
static Intent authorisationIntent(INetworkLink link, Uri id) {
|
||||
final Intent intent = new Intent(AUTHORIZATION_ACTION, id);
|
||||
intent.putExtra(CATALOG_URL, link.getUrl(UrlInfo.Type.Catalog));
|
||||
intent.putExtra(SIGNIN_URL, link.getUrl(UrlInfo.Type.SignIn));
|
||||
|
@ -81,7 +81,7 @@ public abstract class Util implements UserRegistrationConstants {
|
|||
}
|
||||
|
||||
private static Intent registrationIntent(INetworkLink link) {
|
||||
return authorizationIntent(link, Uri.parse(link.getUrl(UrlInfo.Type.Catalog) + "/register"));
|
||||
return authorisationIntent(link, Uri.parse(link.getUrl(UrlInfo.Type.Catalog) + "/register"));
|
||||
}
|
||||
|
||||
public static boolean isRegistrationSupported(Activity activity, INetworkLink link) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue