Mailinglist Archive: yast-commit (883 mails)
| < Previous | Next > |
[yast-commit] r58143 - /trunk/storage/storage/src/include/custom_part_check_generated.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Thu, 23 Jul 2009 15:34:38 -0000
- Message-id: <E1MU0Ja-0001wI-KK@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Thu Jul 23 17:34:38 2009
New Revision: 58143
URL: http://svn.opensuse.org/viewcvs/yast?rev=58143&view=rev
Log:
- message consistency
Modified:
trunk/storage/storage/src/include/custom_part_check_generated.ycp
Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_check_generated.ycp?rev=58143&r1=58142&r2=58143&view=diff
==============================================================================
--- trunk/storage/storage/src/include/custom_part_check_generated.ycp (original)
+++ trunk/storage/storage/src/include/custom_part_check_generated.ycp Thu Jul
23 17:34:38 2009
@@ -348,7 +348,6 @@
partition and your \"root\" partition is an LVM logical volume.
This does not work.
-
If you do not know exactly what you are doing, use a normal
partition for your files below /boot.
@@ -402,7 +401,7 @@
show_all_popups )
{
// popup text
- string message = ia64_gpt_text() + "\n" + _("Really use this setup
?");
+ string message = ia64_gpt_text() + "\n" + _("Really use this
setup?");
if (!Popup::YesNo(message))
ok = false;
@@ -418,7 +417,6 @@
type \"Linux Swap\". An assigned swap partition has the mount point \"swap\".
You can assign more than one swap partition, if desired.
-
Really use the setup without swap partition?
");
@@ -430,8 +428,6 @@
{
// popup text
string message = _("
-WARNING:
-
You chose to install onto an existing partition that will not be
formatted. YaST2 cannot guarantee your installation will succeed,
particularly in any of the following cases:
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Jul 23 17:34:38 2009
New Revision: 58143
URL: http://svn.opensuse.org/viewcvs/yast?rev=58143&view=rev
Log:
- message consistency
Modified:
trunk/storage/storage/src/include/custom_part_check_generated.ycp
Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_check_generated.ycp?rev=58143&r1=58142&r2=58143&view=diff
==============================================================================
--- trunk/storage/storage/src/include/custom_part_check_generated.ycp (original)
+++ trunk/storage/storage/src/include/custom_part_check_generated.ycp Thu Jul
23 17:34:38 2009
@@ -348,7 +348,6 @@
partition and your \"root\" partition is an LVM logical volume.
This does not work.
-
If you do not know exactly what you are doing, use a normal
partition for your files below /boot.
@@ -402,7 +401,7 @@
show_all_popups )
{
// popup text
- string message = ia64_gpt_text() + "\n" + _("Really use this setup
?");
+ string message = ia64_gpt_text() + "\n" + _("Really use this
setup?");
if (!Popup::YesNo(message))
ok = false;
@@ -418,7 +417,6 @@
type \"Linux Swap\". An assigned swap partition has the mount point \"swap\".
You can assign more than one swap partition, if desired.
-
Really use the setup without swap partition?
");
@@ -430,8 +428,6 @@
{
// popup text
string message = _("
-WARNING:
-
You chose to install onto an existing partition that will not be
formatted. YaST2 cannot guarantee your installation will succeed,
particularly in any of the following cases:
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |