[Libreoffice-bugs] [Bug 132007] New: Improve the password-protected document unlock prompt dialog's text strings and layout
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 9 16:51:02 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132007
Bug ID: 132007
Summary: Improve the password-protected document unlock prompt
dialog's text strings and layout
Product: LibreOffice
Version: unspecified
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: trivial
Priority: medium
Component: UI
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: nekohayo at gmail.com
Description:
When you open a password-protected document, you are presented with a simple
GtkDialog window that has "Enter password" as the window title and this
following layout:
Enter password to open file:
file:///home/bob/path/to/the/file.ods
[ ******************* ]
( Help ) ( Cancel ) ( OK )
The "file:///full_path_blahblah" part bugs me, because it eats 90% of the space
and makes it harder to see the actual file name. The path is also irrelevant to
me because I _just_ requested to open the file, which either means I tried
opening it from my file browser application (and therefore know the path) or
that I tried opening it with LibreOffice's file open dialog (ditto) or that I
tried opening it from the "Recent Files" quick menu (in which case I clearly
don't care about the file's path, since I couldn't even be bothered to use a
file manager to dig it up).
So I would suggest that the string becomes:
'The file "%s" is password-protected. Enter the password to open it:'
Where %s is the human-readable file name. It could be without the extension
(ex: "TPS report") or with the extension (ex: "<b>TPS report</b>.ods") if
you're worried about non-technical users needing to be able to cite the file
extension along with the filename.
The "OK" button in that GtkDialog should also be "insensitive" until something
has been entered in the password field.
Actual Results:
Expected Results:
Reproducible: Always
User Profile Reset: No
Additional Info:
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200409/4395de30/attachment.htm>
More information about the Libreoffice-bugs
mailing list