Mailinglist Archive: yast-commit (1095 mails)
| < Previous | Next > |
[yast-commit] r51931 - in /trunk/yast2: library/packages/src/SignatureCheckDialogs.ycp package/yast2.changes
- From: lslezak@xxxxxxxxxxxxxxxx
- Date: Tue, 07 Oct 2008 15:50:14 -0000
- Message-id: <20081007155014.7FDEBF4903@xxxxxxxxxxxxxxxx>
Author: lslezak
Date: Tue Oct 7 17:50:14 2008
New Revision: 51931
URL: http://svn.opensuse.org/viewcvs/yast?rev=51931&view=rev
Log:
- fixed reference markers (%1) in a popup message (bnc#432518)
Modified:
trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp
trunk/yast2/package/yast2.changes
Modified: trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp?rev=51931&r1=51930&r2=51931&view=diff
==============================================================================
--- trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp (original)
+++ trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp Tue Oct 7
17:50:14 2008
@@ -364,8 +364,8 @@
// popup question, %1 stands for the package name
// %2 is a repository name
// %3 is URL of the repository
- _("The package %1 from repository %1
-%2
+ _("The package %1 from repository %2
+%3
is not digitally signed. This means that the origin
and integrity of the package cannot be verified. Installing the package
may put the integrity of your system at risk.
Modified: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=51931&r1=51930&r2=51931&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Tue Oct 7 17:50:14 2008
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Tue Oct 7 17:48:31 CEST 2008 - lslezak@xxxxxxx
+
+- fixed reference markers (%1) in a popup message (bnc#432518)
+
+-------------------------------------------------------------------
Mon Oct 6 14:38:59 CEST 2008 - locilka@xxxxxxx
- Module PackagesProposal extended to handle also patterns
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Oct 7 17:50:14 2008
New Revision: 51931
URL: http://svn.opensuse.org/viewcvs/yast?rev=51931&view=rev
Log:
- fixed reference markers (%1) in a popup message (bnc#432518)
Modified:
trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp
trunk/yast2/package/yast2.changes
Modified: trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp?rev=51931&r1=51930&r2=51931&view=diff
==============================================================================
--- trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp (original)
+++ trunk/yast2/library/packages/src/SignatureCheckDialogs.ycp Tue Oct 7
17:50:14 2008
@@ -364,8 +364,8 @@
// popup question, %1 stands for the package name
// %2 is a repository name
// %3 is URL of the repository
- _("The package %1 from repository %1
-%2
+ _("The package %1 from repository %2
+%3
is not digitally signed. This means that the origin
and integrity of the package cannot be verified. Installing the package
may put the integrity of your system at risk.
Modified: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=51931&r1=51930&r2=51931&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Tue Oct 7 17:50:14 2008
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Tue Oct 7 17:48:31 CEST 2008 - lslezak@xxxxxxx
+
+- fixed reference markers (%1) in a popup message (bnc#432518)
+
+-------------------------------------------------------------------
Mon Oct 6 14:38:59 CEST 2008 - locilka@xxxxxxx
- Module PackagesProposal extended to handle also patterns
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |