Author: mzugec Date: Wed Dec 5 11:13:40 2007 New Revision: 42697 URL: http://svn.opensuse.org/viewcvs/yast?rev=42697&view=rev Log: description says network cards are wireless (#346133) Modified: trunk/installation/package/yast2-installation.changes trunk/installation/src/clients/inst_network_setup.ycp Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=42697&r1=42696&r2=42697&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Wed Dec 5 11:13:40 2007 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Dec 5 11:13:05 CET 2007 - mzugec@suse.cz + +- description says network cards are wireless (#346133) + +------------------------------------------------------------------- Mon Dec 3 16:49:46 CET 2007 - locilka@suse.cz - Installation Mode dialog adapted to new bright and better mod_UI. Modified: trunk/installation/src/clients/inst_network_setup.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_network_setup.ycp?rev=42697&r1=42696&r2=42697&view=diff ============================================================================== --- trunk/installation/src/clients/inst_network_setup.ycp (original) +++ trunk/installation/src/clients/inst_network_setup.ycp Wed Dec 5 11:13:40 2007 @@ -81,7 +81,7 @@ // %1 is replaced with "Wireless" or "Wired" // See #nt1 below sformat(_("Network type: %1"), - ((boolean) device_map["wlan"]:false != true ? + ((boolean) device_map["wlan"]:false == true ? // TRANSLATORS: Describes a "Network type" // see #nt1 above _("Wireless") -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org