Alter message on auto-update

Avoid ambiguously implying that Linux users should be running Zotero as
root, and tell them to fix the permissions on the Zotero executable instead.

See https://forums.zotero.org/discussion/31020/
This commit is contained in:
Simon Kornblith 2013-07-27 01:27:36 -04:00
parent b059b2abde
commit 670f272b32
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0"?>
<overlay id="zotero-update"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<wizard id="updates">
<script type="application/javascript" src="chrome://zotero/content/include.js"/>
<script type="application/javascript">
document.getElementById("manualUpdateDesc").textContent = Zotero.getString("standalone.updateMessage");
</script>
</wizard>
</overlay>

View File

@ -937,6 +937,7 @@ standalone.addonInstallationFailed.body = The add-on "%S" could not be installe
standalone.rootWarning = You appear to be running Zotero Standalone as root. This is insecure and may prevent Zotero from functioning when launched from your user account.\n\nIf you wish to install an automatic update, modify the Zotero program directory to be writeable by your user account.
standalone.rootWarning.exit = Exit
standalone.rootWarning.continue = Continue
standalone.updateMessage = A recommended update is available, but you do not have permission to install it. To update automatically, modify the Zotero program directory to be writeable by your user account.
connector.error.title = Zotero Connector Error
connector.standaloneOpen = Your database cannot be accessed because Zotero Standalone is currently open. Please view your items in Zotero Standalone.