From 953a013002b74e22e516329d1c03799849240772 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Fri, 18 May 2007 15:06:27 +0000 Subject: [PATCH] Update some strings so that they can be more easily translated. --- CASA-auth-token/yast2-casa-ats/src/dialogs.ycp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CASA-auth-token/yast2-casa-ats/src/dialogs.ycp b/CASA-auth-token/yast2-casa-ats/src/dialogs.ycp index 9e836e06..568cd037 100644 --- a/CASA-auth-token/yast2-casa-ats/src/dialogs.ycp +++ b/CASA-auth-token/yast2-casa-ats/src/dialogs.ycp @@ -555,8 +555,8 @@ LDAP contexts containing entities that can be authenticated.

`Frame(_("Proxy User Credentials"), `VBox( `Left(`TextEntry(`id(`username), _("&Username (i.e. cn=admin,o=novell)"))), - `Left(`Password(`id(`passwd), _("&Password "))), - `Left(`Password(`id(`repasswd), _("&Confirm Password "))) + `Left(`Password(`id(`passwd), (_("&Password") + " "))), + `Left(`Password(`id(`repasswd), (_("&Confirm Password") + " "))) ) ), `VStretch()