Mailinglist Archive: yast-commit (410 mails)
| < Previous | Next > |
[yast-commit] r64862 - in /trunk/autoinstallation: package/autoyast2.changes src/include/conftree.ycp
- From: jsrain@xxxxxxxxxxxxxxxxx
- Date: Mon, 18 Jul 2011 06:37:03 -0000
- Message-id: <20110718063704.74B523266A@svn2.opensuse.org>
Author: jsrain
Date: Mon Jul 18 08:37:03 2011
New Revision: 64862
URL: http://svn.opensuse.org/viewcvs/yast?rev=64862&view=rev
Log:
- fixed typo (bnc#702662)
Modified:
trunk/autoinstallation/package/autoyast2.changes
trunk/autoinstallation/src/include/conftree.ycp
Modified: trunk/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast2.changes?rev=64862&r1=64861&r2=64862&view=diff
==============================================================================
--- trunk/autoinstallation/package/autoyast2.changes (original)
+++ trunk/autoinstallation/package/autoyast2.changes Mon Jul 18 08:37:03 2011
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jul 18 08:36:53 CEST 2011 - jsrain@xxxxxxx
+
+- fixed typo (bnc#702662)
+
+-------------------------------------------------------------------
Thu Jul 14 13:19:40 CEST 2011 - ug@xxxxxxx
- New profile flag networking/setup_before_proposal enables setting
Modified: trunk/autoinstallation/src/include/conftree.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/conftree.ycp?rev=64862&r1=64861&r2=64862&view=diff
==============================================================================
--- trunk/autoinstallation/src/include/conftree.ycp (original)
+++ trunk/autoinstallation/src/include/conftree.ycp Mon Jul 18 08:37:03 2011
@@ -43,7 +43,7 @@
}
else
{
- Popup::Warning(_("An error occured while saving the file."));
+ Popup::Warning(_("An error occurred while saving the file."));
}
}
return `next;
@@ -564,7 +564,7 @@
menus();
} else {
/* opening/parsing the xml file failed */
- Popup::Error(_("An error occured while opening/parsing
the XML file."));
+ Popup::Error(_("An error occurred while
opening/parsing the XML file."));
Profile::Reset();
}
@@ -633,7 +633,7 @@
}
else
{
- Popup::Warning(_("An error occured while saving the
file."));
+ Popup::Warning(_("An error occurred while saving the
file."));
}
ret = `menu_save;
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Jul 18 08:37:03 2011
New Revision: 64862
URL: http://svn.opensuse.org/viewcvs/yast?rev=64862&view=rev
Log:
- fixed typo (bnc#702662)
Modified:
trunk/autoinstallation/package/autoyast2.changes
trunk/autoinstallation/src/include/conftree.ycp
Modified: trunk/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast2.changes?rev=64862&r1=64861&r2=64862&view=diff
==============================================================================
--- trunk/autoinstallation/package/autoyast2.changes (original)
+++ trunk/autoinstallation/package/autoyast2.changes Mon Jul 18 08:37:03 2011
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jul 18 08:36:53 CEST 2011 - jsrain@xxxxxxx
+
+- fixed typo (bnc#702662)
+
+-------------------------------------------------------------------
Thu Jul 14 13:19:40 CEST 2011 - ug@xxxxxxx
- New profile flag networking/setup_before_proposal enables setting
Modified: trunk/autoinstallation/src/include/conftree.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/conftree.ycp?rev=64862&r1=64861&r2=64862&view=diff
==============================================================================
--- trunk/autoinstallation/src/include/conftree.ycp (original)
+++ trunk/autoinstallation/src/include/conftree.ycp Mon Jul 18 08:37:03 2011
@@ -43,7 +43,7 @@
}
else
{
- Popup::Warning(_("An error occured while saving the file."));
+ Popup::Warning(_("An error occurred while saving the file."));
}
}
return `next;
@@ -564,7 +564,7 @@
menus();
} else {
/* opening/parsing the xml file failed */
- Popup::Error(_("An error occured while opening/parsing
the XML file."));
+ Popup::Error(_("An error occurred while
opening/parsing the XML file."));
Profile::Reset();
}
@@ -633,7 +633,7 @@
}
else
{
- Popup::Warning(_("An error occured while saving the
file."));
+ Popup::Warning(_("An error occurred while saving the
file."));
}
ret = `menu_save;
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |