diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-07 09:38:55 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-07 09:38:55 -0500 |
commit | 9d43f129d4ad56dded752aa75c4dd2bb5af48b9e (patch) | |
tree | 7c0e9dd7ef78eb2b122f383fc9d0c10591e76194 /src/chrome/content | |
parent | 2c30652840889cd2e1c5e15574e93aefdb720fcf (diff) | |
download | eib-9d43f129d4ad56dded752aa75c4dd2bb5af48b9e.tar.xz eib-9d43f129d4ad56dded752aa75c4dd2bb5af48b9e.zip |
Fix stuff.
Diffstat (limited to 'src/chrome/content')
-rw-r--r-- | src/chrome/content/options.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chrome/content/options.xul b/src/chrome/content/options.xul index 29543ba..5f1c6f3 100644 --- a/src/chrome/content/options.xul +++ b/src/chrome/content/options.xul @@ -3,5 +3,5 @@ <!DOCTYPE options SYSTEM "chrome://eib/locale/options.dtd"> <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - <setting type="string" pref="extensions.eib.trusted" title="&eib.options.trusted" desc="&eib.options.trusted" /> + <setting type="string" pref="extensions.eib.trusted" title="&eib.options.trusted;" desc="&eib.options.trusted;" /> </vbox> |