Mailinglist Archive: yast-commit (595 mails)

< Previous Next >
[yast-commit] r53860 - in /trunk/ca-management: VERSION package/yast2-ca-management.changes src/crlExport.ycp
  • From: jdsn@xxxxxxxxxxxxxxxx
  • Date: Wed, 03 Dec 2008 18:05:44 -0000
  • Message-id: <20081203180544.D3884B1996@xxxxxxxxxxxxxxxx>
Author: jdsn
Date: Wed Dec 3 19:05:44 2008
New Revision: 53860

URL: http://svn.opensuse.org/viewcvs/yast?rev=53860&view=rev
Log:
version 2.17.7
fix untranslated text and spacing issue (bnc#446137)

Modified:
trunk/ca-management/VERSION
trunk/ca-management/package/yast2-ca-management.changes
trunk/ca-management/src/crlExport.ycp

Modified: trunk/ca-management/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/VERSION?rev=53860&r1=53859&r2=53860&view=diff
==============================================================================
--- trunk/ca-management/VERSION (original)
+++ trunk/ca-management/VERSION Wed Dec 3 19:05:44 2008
@@ -1 +1 @@
-2.17.6
+2.17.7

Modified: trunk/ca-management/package/yast2-ca-management.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/package/yast2-ca-management.changes?rev=53860&r1=53859&r2=53860&view=diff
==============================================================================
--- trunk/ca-management/package/yast2-ca-management.changes (original)
+++ trunk/ca-management/package/yast2-ca-management.changes Wed Dec 3 19:05:44
2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Dec 3 13:20:20 CET 2008 - jdsn@xxxxxxx
+
+- version 2.17.7
+- fix untranslated text and spacing issue (bnc#446137)
+
+-------------------------------------------------------------------
Tue Nov 25 14:35:58 CET 2008 - mc@xxxxxxx

- version 2.17.6

Modified: trunk/ca-management/src/crlExport.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/src/crlExport.ycp?rev=53860&r1=53859&r2=53860&view=diff
==============================================================================
--- trunk/ca-management/src/crlExport.ycp (original)
+++ trunk/ca-management/src/crlExport.ycp Wed Dec 3 19:05:44 2008
@@ -36,7 +36,7 @@
boolean textmode = (boolean) uiInfo["TextMode"]:nil;

float hspace = textmode ? 4 : 3;
-float vspace = textmode ? 0 : 1;
+float vspace = textmode ? 0 : 0.5; // less spacing (bnc#446137)
boolean seenSecurityInfo = false;

// here are our settings for the CRL of this CA
@@ -222,14 +222,18 @@
))
);

- term cldapsettings = `VBox ( `id(`ldapSettings),
+ // fix space issue (bnc#446137)
+ term cldapsettings = `HBox( `id(`ldapSettings),
+ `Top( `VBox(
`TextEntry( `id(`hostname), _("&Host
Name:"), ""),
`TextEntry( `id(`port), _("&Port:"), ""),
- //`HBox (`HWeight (1, `ComboBox( `id(`dn),
`opt(`editable), _("&DN:"), []))),
- `TextEntry( `id(`dn), _("&DN:")),
+ `TextEntry( `id(`dn), _("&DN:"))
+ )),
+ `Top( `VBox(
`TextEntry( `id(`binddn), _("&Bind DN:"),
""),
`Password( `id(`ldapPassword),
`opt(`hstretch),_("Pass&word"))
- ) ;
+ ))
+ );

term cfilesettings = `VBox( `id(`fileSettings), `HBox(
`TextEntry(`id(`crlfile), _("Save
&as"), crlfile ),
@@ -251,10 +255,12 @@
//`HSquash( `IntField( `id(`interval_days),
"&days", 0, 100, 30 )),
// Translators: this is used to express a
setting of "every XX hour(s)"
`Label(_("every")),
- `HSquash( `IntField( `id(`interval_hours),
`opt(`notify), "&hour(s)", 1, 24, 12 )),
+ // Translators: this is used to express a
setting of "every XX hour(s)"
+ `HSquash( `IntField( `id(`interval_hours),
`opt(`notify), _("&hour(s)"), 1, 24, 12 )), // (bnc#446137)
// Translators: in case "every XX hour(s)" is
set to 24, the user can set "at XX o'clock"
`HBox(`id(`atHourSetting), `Label(_("at")),
- `HSquash( `IntField( `id(`interval_athour),
"&o'clock", 0, 23, 3 ))),
+ // Translators: in case "every XX hour(s)" is
set to 24, the user can set "at XX o'clock"
+ `HSquash( `IntField( `id(`interval_athour),
_("&o'clock"), 0, 23, 3 ))), // (bnc#446137)
`HSpacing(3),
`VBox( `VSpacing(1),
`PushButton(`id(`securityInfo), _("&Security Information")) )
)

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages