Bugzilla – Bug 117766
YaST: tagging config options with <tt>...</tt>?
Last modified: 2005-09-20 12:17:55 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?
Works with Qt and ncurses. Fixed. Maybe this should be mentioned in the style guide.
What am I supposed to do with this one? And what style guide are we talking about here?
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.