File tree 3 files changed +6
-6
lines changed
java/fr/free/nrw/commons/settings
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public void onCreate(Bundle savedInstanceState) {
86
86
return true ;
87
87
});
88
88
89
- Preference sendLogsPreference = findPreference ("sendLogs " );
89
+ Preference sendLogsPreference = findPreference ("sendLogFile " );
90
90
sendLogsPreference .setOnPreferenceClickListener (preference -> {
91
91
//first we need to check if we have the necessary permissions
92
92
if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .M ) {
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Tap this message (or hit back) to skip this step.</string>
207
207
<string name =" give_permission" >Give permission</string >
208
208
<string name =" use_external_storage" >Use external storage</string >
209
209
<string name =" use_external_storage_summary" >Save pictures taken with the in-app camera on your device</string >
210
- <string name =" send_logs " >Send Logs </string >
211
- <string name =" send_logs_description " >Send logs to developers via email</string >
210
+ <string name =" send_log_file " >Send Log file </string >
211
+ <string name =" send_log_file_description " >Send log file to developers via email</string >
212
212
<string name =" login_to_your_account" >Login to your account</string >
213
213
</resources >
Original file line number Diff line number Diff line change 54
54
/>
55
55
56
56
<Preference
57
- android : key =" sendLogs "
58
- android : title =" @string/send_logs "
59
- android : summary =" @string/send_logs_description " />
57
+ android : key =" sendLogFile "
58
+ android : title =" @string/send_log_file "
59
+ android : summary =" @string/send_log_file_description " />
60
60
61
61
</PreferenceScreen >
You can’t perform that action at this time.
0 commit comments