Bug 234322 - bad wording of prompt "Please insert the password..."
Summary: bad wording of prompt "Please insert the password..."
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 11:18 UTC by Jonathan Marten
Modified: 2010-04-14 20:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Marten 2010-04-14 11:18:56 UTC
Version:            (using Devel)
Installed from:    Compiled sources

When opening a password-protected PDF document, the password entry dialogue says (in the default or the en_GB locale):

  Please insert the password to read the document:

"insert" here is the wrong word to use, it is not used in any other KDE application or documentation for the action of entering text into a dialogue.  Suggest that a better word to use would be "enter":

  Please enter the password to read the document:

The prompt string is in kdegraphics/okular/generators/poppler/generator_pdf.cpp.  The same message also appears in kdegraphics/okular/generators/ooo/manifest.cpp.
Comment 1 Albert Astals Cid 2010-04-14 20:04:19 UTC
SVN commit 1114843 by aacid:

passwords are entered, not inserted
BUGS: 234322


 M  +1 -1      ooo/manifest.cpp  
 M  +1 -1      poppler/generator_pdf.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1114843