forked from organicmaps/organicmaps
[strings] Replaced 'alert_reauth_title' with 'login_osm'
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
772d4cce70
commit
838b7f55f9
2 changed files with 1 additions and 7 deletions
|
@ -332,7 +332,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
text.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
|
||||
mAlertDialog = new MaterialAlertDialogBuilder(this, R.style.MwmTheme_AlertDialog)
|
||||
.setTitle(R.string.alert_reauth_title)
|
||||
.setTitle(R.string.login_osm)
|
||||
.setView(text)
|
||||
.setPositiveButton(R.string.login, navigateToLoginHandler)
|
||||
.setNegativeButton(R.string.cancel, null)
|
||||
|
|
|
@ -20305,12 +20305,6 @@
|
|||
zh-Hans = 糟糕,出错了。请尝试重新登录。
|
||||
zh-Hant = 噢,發生錯誤。請嘗試再次登入。
|
||||
|
||||
[alert_reauth_title]
|
||||
tags = android,ios
|
||||
en = Login to OpenStreetMap
|
||||
ru = Войдите в OpenStreetMap
|
||||
uk = Увійдить в OpenStreetMap
|
||||
|
||||
[alert_reauth_message]
|
||||
tags = android
|
||||
en = Please login to OpenStreetMap to automatically upload all your map edits. Learn more <a href="https://github.com/organicmaps/organicmaps/issues/6144">here</a>.
|
||||
|
|
Loading…
Add table
Reference in a new issue