Bug 234322

Summary: bad wording of prompt "Please insert the password..."
Product: [Applications] okular Reporter: Jonathan Marten <jjm>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

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