Bug 97192 - Incorrect caption in Compress image dialog
Summary: Incorrect caption in Compress image dialog
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
5.0.4.2 release
Hardware: All All
: medium normal
Assignee: Adolfo Jayme Barrientos
URL:
Whiteboard: target:5.2.0
Keywords:
Depends on:
Blocks: 97100
  Show dependency treegraph
 
Reported: 2016-01-16 18:15 UTC by Heiko Tietze
Modified: 2016-10-25 19:11 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
dialog compress image (995 bytes, image/png)
2016-01-16 18:15 UTC, Heiko Tietze
Details
compress image dialog (52.46 KB, image/png)
2016-01-16 18:22 UTC, Jean-Baptiste Faure
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2016-01-16 18:15:38 UTC
Created attachment 122007 [details]
dialog compress image

According tdf#97100 there is a bad labeled string in the compression dialog. Suggestion is rename the English text from "capacity" to "size".
Comment 1 Jean-Baptiste Faure 2016-01-16 18:22:56 UTC
Created attachment 122008 [details]
compress image dialog

Your screencopy is empty. New screencopy.
Setting status to NEW.

Best regards. JBF
Comment 2 Commit Notification 2016-01-16 18:52:57 UTC
Adolfo Jayme Barrientos committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=e830c7f7c0e77842090e0424dc3711d54285d5d4

tdf#97192 “Capacity” is a weird term for “size”

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 3 Adolfo Jayme Barrientos 2016-01-16 19:00:32 UTC
I’ve renamed:

Size → Dimensions
Capacity → Size
Comment 4 V Stuart Foote 2016-01-16 19:04:25 UTC
The correct label would be "File size" and perhaps "Resulting size" (or "New size") rather than "Image Size"-- as this is in a descriptive block of the resulting image in the context of compression.  

The size of the image (in pixels) is not being reduced--that is held constant. What is being reduced is the size of the resulting file through the JPEG compression algorithm.

But Adolfo has just patched with "Image size" and "New size" with his commit, that works as well so mute point.