Replaced hard coded text with resource strings
Added new translations for cs/de/se Corrected "occurred"
This commit is contained in:
@@ -323,7 +323,7 @@ fun loadRelayInfo(
|
|||||||
Toast
|
Toast
|
||||||
.makeText(
|
.makeText(
|
||||||
context,
|
context,
|
||||||
context.getString(R.string.an_error_ocurred_trying_to_get_relay_information, dirtyUrl),
|
context.getString(R.string.an_error_occurred_trying_to_get_relay_information, dirtyUrl),
|
||||||
Toast.LENGTH_SHORT
|
Toast.LENGTH_SHORT
|
||||||
).show()
|
).show()
|
||||||
}
|
}
|
||||||
@@ -334,7 +334,7 @@ fun loadRelayInfo(
|
|||||||
Toast
|
Toast
|
||||||
.makeText(
|
.makeText(
|
||||||
context,
|
context,
|
||||||
context.getString(R.string.an_error_ocurred_trying_to_get_relay_information, dirtyUrl),
|
context.getString(R.string.an_error_occurred_trying_to_get_relay_information, dirtyUrl),
|
||||||
Toast.LENGTH_SHORT
|
Toast.LENGTH_SHORT
|
||||||
).show()
|
).show()
|
||||||
}
|
}
|
||||||
@@ -348,7 +348,7 @@ fun loadRelayInfo(
|
|||||||
Toast
|
Toast
|
||||||
.makeText(
|
.makeText(
|
||||||
context,
|
context,
|
||||||
context.getString(R.string.an_error_ocurred_trying_to_get_relay_information, dirtyUrl),
|
context.getString(R.string.an_error_occurred_trying_to_get_relay_information, dirtyUrl),
|
||||||
Toast.LENGTH_SHORT
|
Toast.LENGTH_SHORT
|
||||||
).show()
|
).show()
|
||||||
}
|
}
|
||||||
@@ -361,7 +361,7 @@ fun loadRelayInfo(
|
|||||||
Toast
|
Toast
|
||||||
.makeText(
|
.makeText(
|
||||||
context,
|
context,
|
||||||
context.getString(R.string.an_error_ocurred_trying_to_get_relay_information, dirtyUrl),
|
context.getString(R.string.an_error_occurred_trying_to_get_relay_information, dirtyUrl),
|
||||||
Toast.LENGTH_SHORT
|
Toast.LENGTH_SHORT
|
||||||
).show()
|
).show()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user