Open
Bug 681617
Opened 14 years ago
Updated 3 years ago
some text in ldapAutoCompErrs.properties are not right for Thunderbird
Categories
(Thunderbird :: Address Book, defect)
Thunderbird
Address Book
Tracking
(Not tracked)
NEW
People
(Reporter: mad_maks, Assigned: aceman)
Details
Attachments
(1 file)
|
5.59 KB,
patch
|
bwinton
:
ui-review-
|
Details | Diff | Splinter Review |
comm-central/mail/locales/en-US/chrome/messenger/addressbook/ldapAutoCompErrs.properties
for example:
10021=Verify that the search filter is correct, and then try again, or else contact your System Administrator. To verify that the search filter is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit, and then click Advanced to display the Search Filter.
In Thunderbird you can't choose Mail & Newsgroups
Comment 1•14 years ago
|
||
Tim can you propose a patch ?
| Reporter | ||
Comment 2•14 years ago
|
||
sure but what to do for l10n. normaly the entityname change but in this file?
Comment 3•14 years ago
|
||
(In reply to Tim Maks van den Broek from comment #2)
> sure but what to do for l10n. normaly the entityname change but in this file?
Axel ?
| Reporter | ||
Comment 4•14 years ago
|
||
Patch with the text change. No entity change until i learn from pike what to do in this case
Attachment #558139 -
Flags: ui-review?(bwinton)
Attachment #558139 -
Flags: review?
| Reporter | ||
Comment 5•14 years ago
|
||
One other thing, we talk here about Edit=> Preferences, that is right for linux but is this also right for windows?
Comment 6•14 years ago
|
||
Looking at the sources of our localizations, we should change the keys.
And oh my eyes, I don't like to look at mailnews language ID code.
Comment 7•14 years ago
|
||
(In reply to Tim Maks van den Broek from comment #5)
> One other thing, we talk here about Edit=> Preferences, that is right for
> linux but is this also right for windows?
On windows it's Tools -> Options and on macos it's Thunderbird -> Preferences
| Reporter | ||
Comment 8•14 years ago
|
||
(In reply to Ludovic Hirlimann [:Usul] from comment #7)
> (In reply to Tim Maks van den Broek from comment #5)
> > One other thing, we talk here about Edit=> Preferences, that is right for
> > linux but is this also right for windows?
>
> On windows it's Tools -> Options and on macos it's Thunderbird -> Preferences
So there is a lot wrong in this file or is it only showed to linux/mac users?
Comment 9•14 years ago
|
||
Comment on attachment 558139 [details] [diff] [review]
ldapAutoCompErrs.diff
Review of attachment 558139 [details] [diff] [review]:
-----------------------------------------------------------------
So, given that approximately 90% of Thunderbird's users are on Windows, I think the very least we should do is use the Windows locations for these menu items.
Better would be to have all three locations listed, and better still would be to figure out a platform-independent way to refer to the items we're talking about.
Best of all might be to have all three locations in our source, but only show the appropriate one based on the user's current platform.
Thanks,
Blake.
Attachment #558139 -
Flags: ui-review?(bwinton) → ui-review-
| Reporter | ||
Comment 10•14 years ago
|
||
from the Edit menu, choose Preferences, then choose
if we drop the line 'from the Edit menu' and change 'preferences' in 'Options/Preferences' we will cover all platforms and we don't need to change the coding (i can't code :( ).
Comment 11•14 years ago
|
||
Comment on attachment 558139 [details] [diff] [review]
ldapAutoCompErrs.diff
Cancelling review request until the ui-review is resolved.
Attachment #558139 -
Flags: review?
Comment 12•11 years ago
|
||
When is the patch applied to Thunderbird? Now we are in 2014 (3 years later!) and there are still wrong strings in file ldapAutoCompErrs.properties, e.g. 10021, 10032, 10081, 10087, 100091 and 15000.
Comment 13•11 years ago
|
||
(In reply to Michael Wolf from comment #12)
> When is the patch applied to Thunderbird? Now we are in 2014 (3 years
> later!) and there are still wrong strings in file
> ldapAutoCompErrs.properties, e.g. 10021, 10032, 10081, 10087, 100091 and
> 15000.
We need someone to work on fixing the bug again.
| Assignee | ||
Comment 14•9 years ago
|
||
This would be a good opportunity to convert the numeric string IDs to strings.
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → Trunk
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•