diff --git a/chrome/content/zotero/preferences/preferences_sync.js b/chrome/content/zotero/preferences/preferences_sync.js index b0a32de820..6c94482bf8 100644 --- a/chrome/content/zotero/preferences/preferences_sync.js +++ b/chrome/content/zotero/preferences/preferences_sync.js @@ -757,7 +757,7 @@ Zotero_Preferences.Sync = { var index = ps.confirmEx( null, Zotero.getString('general.warning'), - Zotero.getString('zotero.preferences.sync.reset.fileSyncHistory'), + Zotero.getString('zotero.preferences.sync.reset.fileSyncHistory', Zotero.clientName), buttonFlags, Zotero.getString('general.reset'), null, null, null, {} diff --git a/chrome/content/zotero/preferences/preferences_sync.xul b/chrome/content/zotero/preferences/preferences_sync.xul index 375cf07133..4a098a78dc 100644 --- a/chrome/content/zotero/preferences/preferences_sync.xul +++ b/chrome/content/zotero/preferences/preferences_sync.xul @@ -271,11 +271,10 @@ &zotero.preferences.sync.reset.warning1;&zotero.preferences.sync.reset.warning3; - - - - + + + + @@ -301,7 +300,7 @@ --> - + - - -