Bug 759100

Summary: Typo in ncurses-pkg.pot
Product: [openSUSE] openSUSE 12.2 Reporter: Alex Minton <alex239>
Component: YaST2Assignee: Gabriele Mohr <gs>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: ke
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 12.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Alex Minton 2012-04-25 15:39:31 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1094.0 Safari/536.6 SUSE/20.0.1094.0

I've just found a typo in ncurses-pkg. The whole message is:
"<h3>Welcome to the package selector</h3><p>This tool will help you to manage\n
the software on your system. You can install, update or remove single\n
packages, as well as patterns (sets of packages serving certain purpose) or\n
languages. Usually, you do not need to care about package dependencies when\n
installing or removing anything, the solver will do it for you. The package selector consists of three main parts: <b>filters, package table<b> and <b>menu</b>.</p>

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Actual Results:  
Typo is in the last line after the colon: "<b>filters, package table<b> and <b>menu</b>."

Expected Results:  
should be at least "<b>filters, package table</b> and <b>menu</b>." (correct closing tag). In a perfect world it'll be "<b>filters</b>, <b>package table</b> and <b>menu</b>."
Comment 1 Kun Kun Zhang 2012-04-26 08:12:54 UTC
Thank you for your report.Could you please help to provide y2logs according to the following URL?Thank you.
http://en.opensuse.org/openSUSE:Bugreport_YaST.
Comment 2 Alex Minton 2012-04-26 08:43:28 UTC
y2logs will not help here, it's a typo in the source code, not a malfunction. I'll just quote full pot message here, so source reference is mentioned.
#. part1 of help text package installation
#: src/NCPkgStrings.cc:121 src/NCPkgStrings.cc:121
msgid ""
"<h3>Welcome to the package selector</h3><p>This tool will help you to manage\n"
"the software on your system. You can install, update or remove single\n"
"packages, as well as patterns (sets of packages serving certain purpose) or\n"
"languages. Usually, you do not need to care about package dependencies when\n"
"installing or removing anything, the solver will do it for you. The package selector consists of three main parts: <b>filters, package table<b> and <b>menu</b>.</p>"
Comment 3 Gabriele Mohr 2012-05-02 08:18:05 UTC
The typo is fixed in YaST SVN (will be submitted to Factory in next version of yast2-ncurses-pkg).