Checking for operations

pull/194/merge
M66B 4 years ago
parent fb125013ea
commit 31943042a0

@ -1283,7 +1283,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
builder.setContentTitle(getResources().getQuantityString(
R.plurals.title_notification_synchronizing, lastAccounts, lastAccounts));
else
builder.setContentTitle(getString(R.string.title_legend_synchronizing));
builder.setContentTitle(getString(R.string.title_check_operations));
if (lastOperations > 0)
builder.setContentText(getResources().getQuantityString(

@ -1011,6 +1011,7 @@
<string name="title_delete_operation_deleted">%1$d operations deleted</string>
<string name="title_delete_contacts">Delete all local contacts?</string>
<string name="title_no_operations">No pending operations</string>
<string name="title_check_operations">Checking for operations</string>
<string name="title_hint_operations">Deleting operations can result in disappearing messages and synchronization problems</string>
<string name="title_op_title_headers">Downloading headers</string>
<string name="title_op_title_raw">Downloading raw message</string>

Loading…
Cancel
Save