http://bugzilla.novell.com/show_bug.cgi?id=559226 http://bugzilla.novell.com/show_bug.cgi?id=559226#c0 Summary: Allow escaping of literal '&' in UI strings Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rpmcruz@alunos.dcc.fc.up.pt QAContact: jsrain@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.1.5) Gecko/20091103 SUSE/3.5.5-1.1.2 Firefox/3.5.5 As Johannes Meixner put it over the yast-devel mailing list: http://lists.opensuse.org/yast-devel/2009-11/msg00075.html I like to display a literal '&' in a UI dialog string like: ---------------------------------------------------------------- `InputField( `id(`options), _("Options (option1=value1&option2=value2)"), "" ) ---------------------------------------------------------------- but neither "Options (option1=value1\&option2=value2)" nor "Options (option1=value1\046option2=value2)" works for me. When I run the module with yast2 --gt module and with yast2 --qt module the text which is shown in the dialog is always Options (option1=value1option2=value2) i.e. the '&' character is omitted. Reproducible: Always -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.