[nautilus-share] Standardize wording for writable option



commit 022cdcd7bc4bbd2439e292301bde395772a74e8b
Author: Chow Loong Jin <hyperair gmail com>
Date:   Fri Jun 12 00:50:12 2009 +0800

    Standardize wording for writable option
    
    Change the wording "Allow other people to write in this folder" to "Allow
    others to make changes in this folder", which is more persistent with
    Nautilus's Permissions property page.

 interfaces/share-dialog.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/interfaces/share-dialog.glade b/interfaces/share-dialog.glade
index 50bcf2a..179ebac 100644
--- a/interfaces/share-dialog.glade
+++ b/interfaces/share-dialog.glade
@@ -304,7 +304,7 @@
 	    <widget class="GtkCheckButton" id="checkbutton_share_rw_ro">
 	      <property name="visible">True</property>
 	      <property name="can_focus">True</property>
-	      <property name="label" translatable="yes">_Allow other people to write in this folder</property>
+	      <property name="label" translatable="yes">_Allow others to create and delete files in this folder</property>
 	      <property name="use_underline">True</property>
 	      <property name="relief">GTK_RELIEF_NORMAL</property>
 	      <property name="focus_on_click">True</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]