Mailinglist Archive: yast-commit (1095 mails)
| < Previous | Next > |
[yast-commit] r52264 - /trunk/instserver/src/dialogs.ycp
- From: lslezak@xxxxxxxxxxxxxxxx
- Date: Wed, 15 Oct 2008 14:07:11 -0000
- Message-id: <20081015140711.8052DF4EFE@xxxxxxxxxxxxxxxx>
Author: lslezak
Date: Wed Oct 15 16:07:11 2008
New Revision: 52264
URL: http://svn.opensuse.org/viewcvs/yast?rev=52264&view=rev
Log:
- added missing translation marks
Modified:
trunk/instserver/src/dialogs.ycp
Modified: trunk/instserver/src/dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/instserver/src/dialogs.ycp?rev=52264&r1=52263&r2=52264&view=diff
==============================================================================
--- trunk/instserver/src/dialogs.ycp (original)
+++ trunk/instserver/src/dialogs.ycp Wed Oct 15 16:07:11 2008
@@ -295,7 +295,8 @@
size(medianames[0]:""));
m = sformat(prompt_string, prompt_for_cd);
}
- msg =sformat("Insert\n%1", m);
+ // popup request, %1 is CD medium name
+ msg =sformat(_("Insert\n%1"), m);
}
}
else
@@ -323,7 +324,8 @@
y2debug("prompt string: %1)", prompt_string);
m = sformat(prompt_string, prompt_for_cd);
}
- msg = sformat("Select %1", m);
+ // popup request, %1 is ISO name
+ msg = sformat(_("Select %1"), m);
}
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Oct 15 16:07:11 2008
New Revision: 52264
URL: http://svn.opensuse.org/viewcvs/yast?rev=52264&view=rev
Log:
- added missing translation marks
Modified:
trunk/instserver/src/dialogs.ycp
Modified: trunk/instserver/src/dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/instserver/src/dialogs.ycp?rev=52264&r1=52263&r2=52264&view=diff
==============================================================================
--- trunk/instserver/src/dialogs.ycp (original)
+++ trunk/instserver/src/dialogs.ycp Wed Oct 15 16:07:11 2008
@@ -295,7 +295,8 @@
size(medianames[0]:""));
m = sformat(prompt_string, prompt_for_cd);
}
- msg =sformat("Insert\n%1", m);
+ // popup request, %1 is CD medium name
+ msg =sformat(_("Insert\n%1"), m);
}
}
else
@@ -323,7 +324,8 @@
y2debug("prompt string: %1)", prompt_string);
m = sformat(prompt_string, prompt_for_cd);
}
- msg = sformat("Select %1", m);
+ // popup request, %1 is ISO name
+ msg = sformat(_("Select %1"), m);
}
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |