mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-14 03:41:38 +01:00
The hardcoded 'Send Logs' message replaced by a resource in Settings Activity
This commit is contained in:
parent
9aeb8be893
commit
712f04abb3
4 changed files with 4 additions and 1 deletions
|
@ -617,7 +617,7 @@ public class SettingsActivity extends BaseFragment implements NotificationCenter
|
|||
textView.setText(getStringEntry(R.string.ChatBackground));
|
||||
divider.setVisibility(View.VISIBLE);
|
||||
} else if (i == sendLogsRow) {
|
||||
textView.setText("Send Logs");
|
||||
textView.setText(getStringEntry(R.string.SendLogs));
|
||||
divider.setVisibility(View.VISIBLE);
|
||||
} else if (i == askQuestionRow) {
|
||||
textView.setText(getStringEntry(R.string.AskAQuestion));
|
||||
|
|
|
@ -246,6 +246,7 @@
|
|||
<string name="AutomaticPhotoDownloadPrivateChats">المحادثات</string>
|
||||
<string name="Events">الأحداث</string>
|
||||
<string name="ContactJoined">عندما يشترك صديق في تيليجرام</string>
|
||||
<string name="SendLogs">Send Logs</string>
|
||||
|
||||
<!--media view-->
|
||||
<string name="NoMedia">لا توجد وسائط بعد</string>
|
||||
|
|
|
@ -246,6 +246,7 @@
|
|||
<string name="AutomaticPhotoDownloadPrivateChats">Chats</string>
|
||||
<string name="Events">EVENTOS</string>
|
||||
<string name="ContactJoined">Un contacto se unió a Telegram</string>
|
||||
<string name="SendLogs">Enviar registros de aplicación</string>
|
||||
|
||||
<!--media view-->
|
||||
<string name="NoMedia">No hay fotos ni vídeos compartidos aún</string>
|
||||
|
|
|
@ -246,6 +246,7 @@
|
|||
<string name="AutomaticPhotoDownloadPrivateChats">Private Chats</string>
|
||||
<string name="Events">EVENTS</string>
|
||||
<string name="ContactJoined">Contact joined Telegram</string>
|
||||
<string name="SendLogs">Send Logs</string>
|
||||
|
||||
<!--media view-->
|
||||
<string name="NoMedia">No shared media yet</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue