Mailinglist Archive: yast-commit (870 mails)
| < Previous | Next > |
[yast-commit] r49339 - /trunk/online-update/src/OnlineUpdateCallbacks.ycp
- From: jsuchome@xxxxxxxxxxxxxxxx
- Date: Wed, 23 Jul 2008 12:16:12 -0000
- Message-id: <20080723121612.6767D302E3@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Wed Jul 23 14:16:12 2008
New Revision: 49339
URL: http://svn.opensuse.org/viewcvs/yast?rev=49339&view=rev
Log:
added info for translators (bnc#409258)
Modified:
trunk/online-update/src/OnlineUpdateCallbacks.ycp
Modified: trunk/online-update/src/OnlineUpdateCallbacks.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/online-update/src/OnlineUpdateCallbacks.ycp?rev=49339&r1=49338&r2=49339&view=diff
==============================================================================
--- trunk/online-update/src/OnlineUpdateCallbacks.ycp (original)
+++ trunk/online-update/src/OnlineUpdateCallbacks.ycp Wed Jul 23 14:16:12 2008
@@ -217,6 +217,8 @@
// progress log item (%1 is name of delta RPM
if (last_callback == "StartProvide" || last_callback == "StartDownload")
ProgressLog ("\n" + indent);
+
+ // Progress log. Leave the space at the end, some other text may follow
ProgressLog (sformat(_("Downloading delta RPM %1 "), name));
if (UI::WidgetExists (`id (`you_patch_progress)))
{
@@ -258,7 +260,8 @@
* callback for start of applying delta rpm
*/
global void StartDeltaApply (string name) {
- // progress log item (%1 is name of delta RPM)
+ // Progress log item (%1 is name of delta RPM).
+ // Leave the space at the end, some other text may follow.
ProgressLog (indent + sformat(_("Applying delta RPM: %1 "), name));
if (UI::WidgetExists (`id (`you_patch_progress)))
{
@@ -304,6 +307,7 @@
// progress log item (%1 is name of delta RPM)
if (last_callback == "StartProvide")
ProgressLog ("\n" + indent);
+ // Progress log; lave the space at the end, some other text may follow.
ProgressLog (sformat(_("Downloading patch RPM %1 "), name));
if (UI::WidgetExists (`id (`you_patch_progress)))
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Jul 23 14:16:12 2008
New Revision: 49339
URL: http://svn.opensuse.org/viewcvs/yast?rev=49339&view=rev
Log:
added info for translators (bnc#409258)
Modified:
trunk/online-update/src/OnlineUpdateCallbacks.ycp
Modified: trunk/online-update/src/OnlineUpdateCallbacks.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/online-update/src/OnlineUpdateCallbacks.ycp?rev=49339&r1=49338&r2=49339&view=diff
==============================================================================
--- trunk/online-update/src/OnlineUpdateCallbacks.ycp (original)
+++ trunk/online-update/src/OnlineUpdateCallbacks.ycp Wed Jul 23 14:16:12 2008
@@ -217,6 +217,8 @@
// progress log item (%1 is name of delta RPM
if (last_callback == "StartProvide" || last_callback == "StartDownload")
ProgressLog ("\n" + indent);
+
+ // Progress log. Leave the space at the end, some other text may follow
ProgressLog (sformat(_("Downloading delta RPM %1 "), name));
if (UI::WidgetExists (`id (`you_patch_progress)))
{
@@ -258,7 +260,8 @@
* callback for start of applying delta rpm
*/
global void StartDeltaApply (string name) {
- // progress log item (%1 is name of delta RPM)
+ // Progress log item (%1 is name of delta RPM).
+ // Leave the space at the end, some other text may follow.
ProgressLog (indent + sformat(_("Applying delta RPM: %1 "), name));
if (UI::WidgetExists (`id (`you_patch_progress)))
{
@@ -304,6 +307,7 @@
// progress log item (%1 is name of delta RPM)
if (last_callback == "StartProvide")
ProgressLog ("\n" + indent);
+ // Progress log; lave the space at the end, some other text may follow.
ProgressLog (sformat(_("Downloading patch RPM %1 "), name));
if (UI::WidgetExists (`id (`you_patch_progress)))
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |