Rearrange strings to avoid "renaming" of keys

this should avoid problems with transifex..hopefully

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-02-22 13:32:27 +01:00
parent eb8d11ac40
commit a648f0b457
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ class MoreCallActionsDialog(private val callActivity: CallActivity) : BottomShee
dismiss()
}
is CallRecordingViewModel.RecordingStartingState -> {
binding.recordCallText.text = context.getText(R.string.record_starting)
binding.recordCallText.text = context.getText(R.string.record_cancel_start)
binding.recordCallIcon.setImageDrawable(
ContextCompat.getDrawable(context, R.drawable.record_stop)
)

View File

@ -582,12 +582,12 @@ How to translate with transifex:
<!-- Call recording -->
<string name="record_start_description">Start recording</string>
<string name="record_starting">Cancel recording start</string>
<string name="record_stop_description">Stop recording</string>
<string name="record_stopping">Stopping recording …</string>
<string name="record_stop_confirm_title">Stop Call recording</string>
<string name="record_stop_confirm_message">Do you really want to stop the recording?</string>
<string name="record_active_info">The call is being recorded</string>
<string name="record_cancel_start">Cancel recording start</string>
<string name="record_stopping">Stopping recording …</string>
<string name="record_failed_info">The recording failed. Please contact your administrator.</string>
<!-- Shared items -->