Bug 117766

Summary: YaST: tagging config options with <tt>...</tt>?
Product: [openSUSE] SUSE Linux 10.1 Reporter: Karl Eichwalder <ke>
Component: YaST2Assignee: Stefan Hundhammer <shundhammer>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Enhancement    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Documentation Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 116449    

Description Karl Eichwalder 2005-09-19 13:05:07 UTC
See bug 112714 for context.

The help text runs as follows:

#. help text, richtext format
#: storage/src/modules/FileSystems.ycp:270
msgid ""
"<p><b>Data Journaling Mode:</b>\n"
"Specifies  the  journaling  mode  for  file  data.\n"
"journal -- All data is committed into the  journal  prior  to  being\n"
"written into the main file system.\n"
"ordered -- All data is forced directly out to the main file system\n"
"prior to its  metadata  being committed to the journal.\n"
"writeback -- Data ordering is not preserved.</p>\n"

For clarity, I'd like to see the strings meant as configuration options tagged
with <tt>...</tt> or <code>...</code>:

"<p><b>Data Journaling Mode:</b>\n"
"Specifies  the  journaling  mode  for  file  data.\n"
"<tt>journal</tt> -- All data is committed into the  journal  prior  to  being\n"
"written into the main file system.\n"
"<tt>ordered</tt> -- All data is forced directly out to the main file system\n"
"prior to its  metadata  being committed to the journal.\n"
"<tt>writeback</tt> -- Data ordering is not preserved.</p>\n"

Is this possible?  Do we need to enhance the yast ncurses UI?
Comment 1 Arvin Schnell 2005-09-20 12:01:16 UTC
Works with Qt and ncurses.  Fixed.

Maybe this should be mentioned in the style guide.
Comment 2 Stefan Hundhammer 2005-09-20 12:11:31 UTC
What am I supposed to do with this one? 
And what style guide are we talking about here? 
Comment 3 Arvin Schnell 2005-09-20 12:17:55 UTC
I was thinking about the new style guide you and Rebecca worked on.  But
apparently it covers only text and not faces.  So nothing more to do.