Opened 9 years ago
Closed 9 years ago
#33643 closed defect (bug) (fixed)
Merge similar strings - failed to upload
Reported by: | pavelevap | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
Can we merge following similar strings?
“%s” has failed to upload.
“%s” has failed to upload due to an error
See attached patch.
Attachments (2)
Change History (9)
#3
follow-up:
↓ 4
@
9 years ago
There are many other strings with full stop, see "Upload stopped.", "File canceled.", "%s exceeds the maximum upload size for this site." and others. I only wanted to merge similar strings and avoid other discussion about related issues, because it would never be committed :-)
#4
in reply to:
↑ 3
;
follow-up:
↓ 5
@
9 years ago
Replying to pavelevap:
There are many other strings with full stop, see "Upload stopped.", "File canceled.", "%s exceeds the maximum upload size for this site." and others. I only wanted to merge similar strings and avoid other discussion about related issues, because it would never be committed :-)
Yeah, But this string also didn't have full stop previously, So it would be great if we only remove the extra text (as suggest by you) and not add full stop. :)
#5
in reply to:
↑ 4
@
9 years ago
Replying to juhise:
Replying to pavelevap:
There are many other strings with full stop, see "Upload stopped.", "File canceled.", "%s exceeds the maximum upload size for this site." and others. I only wanted to merge similar strings and avoid other discussion about related issues, because it would never be committed :-)
Yeah, But this string also didn't have full stop previously, So it would be great if we only remove the extra text (as suggest by you) and not add full stop. :)
But the other similar string has a full stop: “%s” has failed to upload.
This ticket is about making these strings the same, so both should have either a full stop or none. Considering the first string has had a full stop before, 33643.patch makes more sense to me.
Sounds good to me.