Rephrase conflict warning
This commit is contained in:
parent
c174f07517
commit
097d2b54c9
1 changed files with 4 additions and 3 deletions
|
@ -2768,9 +2768,10 @@ Zotero.Sync.Server.Data = new function() {
|
||||||
if (Zotero.Sync.Runner.background) {
|
if (Zotero.Sync.Runner.background) {
|
||||||
Zotero.Sync.Server.manualSyncRequired = true;
|
Zotero.Sync.Server.manualSyncRequired = true;
|
||||||
|
|
||||||
var msg = Zotero.getString('sync.error.manualInterventionRequired')
|
// TODO: localize again
|
||||||
+ "\n\n"
|
//Zotero.getString('sync.error.manualInterventionRequired')
|
||||||
+ Zotero.getString('sync.error.clickSyncIcon');
|
//Zotero.getString('sync.error.clickSyncIcon')
|
||||||
|
var msg = "Conflicts have suspended automatic syncing.\n\nClick the sync icon to resolve them.";
|
||||||
var e = new Zotero.Error(msg, 0, { dialogButtonText: null });
|
var e = new Zotero.Error(msg, 0, { dialogButtonText: null });
|
||||||
throw (e);
|
throw (e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue