[yast-commit] r64723 - in /trunk/http-server: package/yast2-http-server.changes src/HttpServer.ycp src/HttpServerWidgets.ycp src/helps.ycp src/http-server.ycp
Author: snwint Date: Mon Jul 4 13:49:14 2011 New Revision: 64723 URL: http://svn.opensuse.org/viewcvs/yast?rev=64723&view=rev Log: - fixed typos (bnc #703114) Modified: trunk/http-server/package/yast2-http-server.changes trunk/http-server/src/HttpServer.ycp trunk/http-server/src/HttpServerWidgets.ycp trunk/http-server/src/helps.ycp trunk/http-server/src/http-server.ycp Modified: trunk/http-server/package/yast2-http-server.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/package/yast2-http-server.changes?rev=64723&r1=64722&r2=64723&view=diff ============================================================================== --- trunk/http-server/package/yast2-http-server.changes (original) +++ trunk/http-server/package/yast2-http-server.changes Mon Jul 4 13:49:14 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Jul 4 11:29:10 CEST 2011 - snwint@suse.de + +- fixed typos (bnc #703114) + +------------------------------------------------------------------- Thu Jun 16 09:43:37 CEST 2011 - locilka@suse.cz - Fixed 'do not use switch/case' error by replacing with Modified: trunk/http-server/src/HttpServer.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/HttpServer.ycp?rev=64723&r1=64722&r2=64723&view=diff ============================================================================== --- trunk/http-server/src/HttpServer.ycp (original) +++ trunk/http-server/src/HttpServer.ycp Mon Jul 4 13:49:14 2011 @@ -88,11 +88,11 @@ global void setWizardMode(boolean w_mode){ if(w_mode==true){ SCR::Execute(.target.bash, sformat("rm %1%2", Directory::vardir, "/http_server")); - y2milestone("Set wizardmode on"); + y2milestone("Set wizard mode on"); } else{ SCR::Write ( .target.string, Directory::vardir + "/http_server", ""); - y2milestone("Set wizardmode off"); + y2milestone("Set wizard mode off"); } } Modified: trunk/http-server/src/HttpServerWidgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/HttpServerWidgets.ycp?rev=64723&r1=64722&r2=64723&view=diff ============================================================================== --- trunk/http-server/src/HttpServerWidgets.ycp (original) +++ trunk/http-server/src/HttpServerWidgets.ycp Mon Jul 4 13:49:14 2011 @@ -1061,7 +1061,7 @@ `Left( `RadioButton(`id(`all_addr),`opt(`notify), _("All addresses (*)"), true)), `Left(`RadioButton(`id(`multiselect),`opt(`notify), "")), `MultiSelectionBox( `id(`ipaddress), - _("IP Adresses"), items ) + _("IP Addresses"), items ) , `Left(`RadioButton(`id(`custom),`opt(`notify), "")), `TextEntry(`id(`serv_name), _("ServerName")) Modified: trunk/http-server/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/helps.ycp?rev=64723&r1=64722&r2=64723&view=diff ============================================================================== --- trunk/http-server/src/helps.ycp (original) +++ trunk/http-server/src/helps.ycp Mon Jul 4 13:49:14 2011 @@ -70,7 +70,7 @@ // apache service enabling help 1/1 "server_enable" : _("<p><b><big>HTTP Server Settings</big></b><br> -Activate the HTTP server by choosing <b>Enabled</b>. To deactive it, choose +Activate the HTTP server by choosing <b>Enabled</b>. To deactivate it, choose <b>Disabled</b>.</p> ") , Modified: trunk/http-server/src/http-server.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/http-server.ycp?rev=64723&r1=64722&r2=64723&view=diff ============================================================================== --- trunk/http-server/src/http-server.ycp (original) +++ trunk/http-server/src/http-server.ycp Mon Jul 4 13:49:14 2011 @@ -345,7 +345,7 @@ "handler" : HostsHandler ], "mode" : $[ - "help" : _("Enable or disable wizardmode."), + "help" : _("Enable or disable wizard mode."), "handler" : ModeHandler ], ], @@ -411,7 +411,7 @@ ], "wizard" : $[ "type" : "string", - "help" : _("Set wizardmode \"on\" or \"off\".") + "help" : _("Set wizard mode \"on\" or \"off\".") ] ], "mappings" : $[ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
snwint@svn2.opensuse.org