[yast-commit] r67788 - in /trunk/nfs-client: package/yast2-nfs-client.changes src/nfs.ycp src/ui.ycp
Author: jsuchome Date: Thu Mar 29 15:28:25 2012 New Revision: 67788 URL: http://svn.opensuse.org/viewcvs/yast?rev=67788&view=rev Log: - merged proofread texts Modified: trunk/nfs-client/package/yast2-nfs-client.changes trunk/nfs-client/src/nfs.ycp trunk/nfs-client/src/ui.ycp Modified: trunk/nfs-client/package/yast2-nfs-client.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/nfs-client/package/yast2-nfs-client.changes?rev=67788&r1=67787&r2=67788&view=diff ============================================================================== --- trunk/nfs-client/package/yast2-nfs-client.changes (original) +++ trunk/nfs-client/package/yast2-nfs-client.changes Thu Mar 29 15:28:25 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:28:12 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Fri Feb 24 12:09:03 UTC 2012 - mfilka@suse.com - fixed testsuite Modified: trunk/nfs-client/src/nfs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/nfs-client/src/nfs.ycp?rev=67788&r1=67787&r2=67788&view=diff ============================================================================== --- trunk/nfs-client/src/nfs.ycp (original) +++ trunk/nfs-client/src/nfs.ycp Thu Mar 29 15:28:25 2012 @@ -284,7 +284,7 @@ "type" : "string", // nfs or nfs4 // command line option help // fstab(5): fs_type - "help" : _("File system id, supported nfs and nfs4. Default value is nfs."), + "help" : _("File system ID, supported nfs and nfs4. Default value is nfs."), ], ], "mappings" : $[ Modified: trunk/nfs-client/src/ui.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/nfs-client/src/ui.ycp?rev=67788&r1=67787&r2=67788&view=diff ============================================================================== --- trunk/nfs-client/src/ui.ycp (original) +++ trunk/nfs-client/src/ui.ycp Thu Mar 29 15:28:25 2012 @@ -502,15 +502,17 @@ about mounting NFS and mount options, refer to <tt>man nfs.</tt></p>") + // Help, part 3 of 3 -_("<p>To mount a new NFS share, use <B>Add</B> button. To change the configuration of -currently mounted share, use <B>Edit</B> button. Remove and unmount selected share by -<B>Delete</B> button.</p>"); +_("<p>To mount a new NFS share, click <B>Add</B>. To change the configuration of +a currently mounted share, click <B>Edit</B>. Remove and unmount a selected +share with <B>Delete</B>.</p> +"); - string help_text2 = _("<p>If you need to access NFSv4 shares (NFSv4 is a newer version -of NFS protocol), check <b>Enable NFSv4</b> option. In that case, you might need to supply -specific <b>NFSv4 Domain Name</b>, required for correct setting of file/directory access -rights.</p>") + fw_cwm_widget["help"]:""; + string help_text2 = _("<p>If you need to access NFSv4 shares (NFSv4 is a newer version of the NFS +protocol), check the <b>Enable NFSv4</b> option. In that case, you might need +to supply specific a <b>NFSv4 Domain Name</b> required for the correct setting +of file/directory access rights.</p> +") + fw_cwm_widget["help"]:""; void EnableDisableButtons() { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org