Bug 1007755

Summary: syntax error in yast-gtk in the part about packages media and YaST control center
Product: [openSUSE] openSUSE Distribution Reporter: Sarah Kriesch <ada.lovelace>
Component: YaST2Assignee: E-mail List <yast2-maintainers>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: ada.lovelace
Version: Leap 42.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Sarah Kriesch 2016-10-31 12:27:16 UTC
User-Agent:       Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build Identifier: 

I found a mistake during translation of yast-gtk:



Reproducible: Always

Steps to Reproduce:
1. open yast-gtk
2. search the following part in translation files
3. closed bracket without opening bracket
Actual Results:  

<blockquote>A repository is a packages media; it can either be local (such as the installation CD), or a remote internet server. You can find an utility to setup repositories on the YaST control center, which can also be accessed via the <b>Configuration > Repositories</b> menu item.</blockquote>

Between Configuration and Repositories is a closed bracket without openining bracket. It should be removed.

Expected Results:  
I would expect  it so:


<blockquote> A repository is a packages media; it can either be local (such as the installation CD), or a remote internet server. You can find an utility to setup repositories on the YaST control center, which can also be accessed via the <b>Configuration Repositories</b>  menu item.</blockquote>
Comment 1 Ladislav Slezák 2016-11-01 09:56:49 UTC
Oh, the ">" character needs to be escaped, i.e. replaced by "&gt;" HTML entity...
Comment 2 Ladislav Slezák 2016-11-01 11:08:25 UTC
Fixed in libyui-gtk-pkg-2.43.5 (https://github.com/libyui/libyui-gtk-pkg/pull/14)