Bug 117766 - YaST: tagging config options with <tt>...</tt>?
Summary: YaST: tagging config options with <tt>...</tt>?
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: unspecified
Hardware: Other All
: P5 - None : Enhancement (vote)
Target Milestone: ---
Assignee: Stefan Hundhammer
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 116449
  Show dependency treegraph
 
Reported: 2005-09-19 13:05 UTC by Karl Eichwalder
Modified: 2005-09-20 12:17 UTC (History)
0 users

See Also:
Found By: Documentation
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.