commit 55c9e50d080c9146b3e661c02a5a1851668a8e8a
parent 7ccd5ab639fb6c4b341663061f70722c218dec99
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 22 Jan 2010 19:43:14 +0000
Fix typo in locale key
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js
@@ -1692,7 +1692,7 @@ Zotero.Sync.Storage.QueueManager = new function () {
type: 'storagefile',
captions: [
Zotero.getString('sync.storage.localFile'),
- Zotero.getString('sync.storage.RemoteFile'),
+ Zotero.getString('sync.storage.remoteFile'),
Zotero.getString('sync.storage.savedFile')
],
objects: objectPairs