Open Bug 377196 Opened 17 years ago Updated 2 years ago

[fileAlreadyExistsError] '_files' directory is more confusing than necessary

Categories

(Core :: DOM: Core & HTML, defect, P5)

x86
SunOS
defect

Tracking

()

People

(Reporter: timeless, Unassigned)

References

()

Details

47 cbiesinger 1.2 fileAlreadyExistsError=%S could not be saved, because a file already exists with the same name as the '_files' directory.\n\nTry saving to a different location.

I see no reason not to write '%S_files' (or %1$S_files as it would have to be).

Out of curiosity, is there anything that prevents the line from being something like:
fileAlreadyExistsError=%1$S could not be saved because a file named %1$S_files already exists, this name is needed for a directory to store associated files.\n\nTry saving with a different name or to a different location.

personally, I'd rather just use:
fileAlreadyExistsError=Can not save because a file named %S_files already exists, this name is needed for a directory to store associated files.\n\nTry saving with a different name or to a different location.
Assignee: general → nobody
QA Contact: ian → general
Component: DOM: Other → DOM
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.