Bug 702639

Summary: Typo in yast2-apparmor.pot file
Product: [openSUSE] openSUSE 12.1 Reporter: Andrea Turrini <andrea.turrini>
Component: YaST2Assignee: Josef Reidinger <jreidinger>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P3 - Medium    
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: useless y2logs, just to avoid "NEEDINFO" request: please attach y2logs

Description Andrea Turrini 2011-06-28 12:56:29 UTC
Created attachment 437126 [details]
useless y2logs, just to avoid "NEEDINFO" request: please attach y2logs

User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

The yast/yast2-apparmor.pot file contains the following typo:

#: src/clients/apparmor.ycp:32
msgid "Repors"

Repors -> Reports (old message was Report)

Then there is

#. AppArmor dialog caption
#: src/clients/apparmor.ycp:13
msgid "App Armor Configuration"
msgstr ""

App Armor -> AppArmor
Just for consistency, since:
grep -ic "App Armor" yast2-apparmor.pot -> 1 and
grep -ic "AppArmor" yast2-apparmor.pot -> 155

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Katarina Machalkova 2011-06-30 08:36:10 UTC
Those are new strings introduced by Pepa
Comment 2 Josef Reidinger 2011-06-30 12:28:19 UTC
OK, lets fix it
Comment 3 Bernhard Wiedemann 2011-06-30 13:00:37 UTC
This is an autogenerated message for OBS integration:
This bug (702639) was mentioned in
https://build.opensuse.org/request/show/74912 Factory / yast2-apparmor
Comment 4 Josef Reidinger 2011-06-30 13:19:35 UTC
Fixed.
Thanks for report