diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-12-31 13:45:14 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 10:23:42 +0100 |
commit | 1a418cf476709cc49a4b7dcf4aef64c5100ddaf9 (patch) | |
tree | b5893e8569f5c0d183e8192cb5cb2675a5d55572 /browser/base/content/sync | |
parent | e803a1be814ccffbed19072f77425c7252b5e19e (diff) | |
download | UXP-1a418cf476709cc49a4b7dcf4aef64c5100ddaf9.tar UXP-1a418cf476709cc49a4b7dcf4aef64c5100ddaf9.tar.gz UXP-1a418cf476709cc49a4b7dcf4aef64c5100ddaf9.tar.lz UXP-1a418cf476709cc49a4b7dcf4aef64c5100ddaf9.tar.xz UXP-1a418cf476709cc49a4b7dcf4aef64c5100ddaf9.zip |
Rename Options to Preferences and unify location.
This also removes OS-specific naming/handling for separate locations.
Fixes #270.
Diffstat (limited to 'browser/base/content/sync')
-rw-r--r-- | browser/base/content/sync/customize.xul | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/browser/base/content/sync/customize.xul b/browser/base/content/sync/customize.xul index d95536d9a..827edf565 100644 --- a/browser/base/content/sync/customize.xul +++ b/browser/base/content/sync/customize.xul @@ -31,12 +31,7 @@ <label id="sync-customize-title" value="&syncCustomize.title;"/> <description id="sync-customize-subtitle" -#ifdef XP_UNIX - value="&syncCustomizeUnix.description;" -#else - value="&syncCustomize.description;" -#endif - /> + value="&syncCustomize.description;"/> <vbox align="start"> <checkbox label="&engine.tabs.label;" |