Mailinglist Archive: yast-commit (687 mails)

< Previous Next >
[yast-commit] r43724 - in /trunk/squid: package/yast2-squid.changes src/SquidACL_local_functions.ycp
  • From: jsrain@xxxxxxxxxxxxxxxx
  • Date: Thu, 17 Jan 2008 16:55:45 -0000
  • Message-id: <20080117165545.87E7833D2F@xxxxxxxxxxxxxxxx>
Author: jsrain
Date: Thu Jan 17 17:55:45 2008
New Revision: 43724

URL: http://svn.opensuse.org/viewcvs/yast?rev=43724&view=rev
Log:
fixed typo in error message (#352267)


Modified:
trunk/squid/package/yast2-squid.changes
trunk/squid/src/SquidACL_local_functions.ycp

Modified: trunk/squid/package/yast2-squid.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/package/yast2-squid.changes?rev=43724&r1=43723&r2=43724&view=diff
==============================================================================
--- trunk/squid/package/yast2-squid.changes (original)
+++ trunk/squid/package/yast2-squid.changes Thu Jan 17 17:55:45 2008
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Jan 17 17:55:11 CET 2008 - jsrain@xxxxxxx
+
+- fixed typo in error message (#352267)
+
+-------------------------------------------------------------------
Fri Oct 19 12:53:19 CEST 2007 - dfiser@xxxxxxx

- Fixed problem with OpenFirewallWidget. (It did not open port on

Modified: trunk/squid/src/SquidACL_local_functions.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/src/SquidACL_local_functions.ycp?rev=43724&r1=43723&r2=43724&view=diff
==============================================================================
--- trunk/squid/src/SquidACL_local_functions.ycp (original)
+++ trunk/squid/src/SquidACL_local_functions.ycp Thu Jan 17 17:55:45 2008
@@ -314,7 +314,7 @@
Report::Error( _("You must select at least on day."));
}else if (!isHHMMFormat(from) || !isHHMMFormat(to)){
ok = false;
- Report::Error( _("Time isn't filled in corrent format."));
+ Report::Error( _("Time is not filled in correct format."));
}else if (!isCorrectFromTo(from, to)){// from must be less then to
ok = false;
Report::Error( _("From must be less then To."));//TODO: better error
message

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages