Bug 28480

Summary: TUI-Italian: word wrap issue on HTTP config screen
Product: [Retired] Red Hat Linux Reporter: Ben Levenson <benl>
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: low Docs Contact:
Priority: low    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-04 20:07:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ben Levenson 2001-02-20 18:49:58 UTC
build: wolverine
TUI-HTTP-Italian-Server
word wrap issue on HTTP configuration screen:
<pre>
Inserire le sequenti informazzioni:
     * il nome o l'indirizzo IP del server web
     * la directory presente sul server che contiene
      il software Red Hat Linux specifico per la
vostra
      architettura
</pre>
(not sure how my formatted text will show up in bugzilla, so
here is a description of what I'm seeing)
'vostra' and 'architettura'  do not appear on the same line.
'vostra' does not share the same indentation as the line above
it.

Comment 1 Glen Foster 2001-02-21 15:04:04 UTC
This defect is considered MUST-FIX for Florence Release-Candidate #2

Comment 2 Brent Fox 2001-02-23 07:46:18 UTC
Fixed in cvs.  Please check and make sure that the line now isn't too long to
fit on the line.  I don't have my test machine at the moment, so I can't check
this myself.

Comment 3 Ben Levenson 2001-04-04 19:09:38 UTC
reopening....

qa0404.0
The words are on the same line now, but they still
don't line up with the text above it:

Inserire le sequenti informazzioni:
     * il nome o l'indirizzo IP del server web
     * la directory presente sul server che contiene
       il software Red Hat Linux specifico per la
vostra architettura





Comment 4 Brent Fox 2001-04-04 19:45:14 UTC
Submitted another change to anaconda-list for approval.  Waiting for results.

Comment 5 Brent Fox 2001-04-04 20:07:22 UTC
Applied the following patch:

diff -u -r1.92 it.po
--- it.po       2001/04/03 22:44:26     1.92
+++ it.po       2001/04/04 19:40:14
@@ -4366,7 +4366,8 @@
 "\n"
 "    o il nome o l'indirizzo IP del server web\n"
 "    o la directory presente sul server che contiene\n"
-"      il software Red Hat Linux specifico per la vostra architettura\n"
+"      il software Red Hat Linux specifico per la \n"
+"      vostra architettura\n"
 
 #: ../loader/urls.c:187


This should fix the problem.  Change should appear in the qa0405 trees and
beyond.  Thanks for your following up on this one.


Comment 6 Ben Levenson 2001-04-05 23:35:58 UTC
fix verified qa0405.0. closing.