diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-16 13:40:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 13:40:11 -0400 |
commit | 89f23776a88af1a9ce5b56282f6a45103b74c80a (patch) | |
tree | 562657b1c16acb53f967450143fe5e82d61a43a8 /toolkit/locales/en-US/chrome/global/customizeToolbar.properties | |
parent | 0b4dae0b3fcc068b8fbed57301cc340fd5e48f92 (diff) | |
parent | 4e2383201dfd2b48081e11d2a62384269535caca (diff) | |
download | UXP-89f23776a88af1a9ce5b56282f6a45103b74c80a.tar UXP-89f23776a88af1a9ce5b56282f6a45103b74c80a.tar.gz UXP-89f23776a88af1a9ce5b56282f6a45103b74c80a.tar.lz UXP-89f23776a88af1a9ce5b56282f6a45103b74c80a.tar.xz UXP-89f23776a88af1a9ce5b56282f6a45103b74c80a.zip |
Merge pull request #195 from janekptacijarabaci/pm_toolbars_custom_persist_1
palemoon#903 a #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible)
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/customizeToolbar.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/customizeToolbar.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/customizeToolbar.properties b/toolkit/locales/en-US/chrome/global/customizeToolbar.properties index 0ec6d2c1d..b19152fab 100644 --- a/toolkit/locales/en-US/chrome/global/customizeToolbar.properties +++ b/toolkit/locales/en-US/chrome/global/customizeToolbar.properties @@ -5,6 +5,7 @@ enterToolbarTitle=New Toolbar enterToolbarName=Enter a name for this toolbar: enterToolbarDup=There is already a toolbar with the name ā%Sā. Please enter a different name. +enterToolbarIllegalChars=The name contains illegal character "|". Please enter a different name. enterToolbarBlank=You must enter a name to create a new toolbar. separatorTitle=Separator springTitle=Flexible Space |