summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2007-07-23 21:34:51 +0000
committerAndre Klapper <aklapper@src.gnome.org>2007-07-23 21:34:51 +0000
commitebb24d38342ac326b6c408da1b76043f2cd84f0d (patch)
tree2578892089a2b8a71d9f75ba9e46a2bc081b73a3
parent7d21aca62e2c5dd042601b0af528bc25f4c2ee05 (diff)
downloadnautilus-ebb24d38342ac326b6c408da1b76043f2cd84f0d.tar.gz
corrected executable text file labels (#334309)
2007-07-23 Andre Klapper <a9016009@gmx.de> * src/nautilus-file-management-properties.glade: corrected executable text file labels (#334309) svn path=/trunk/; revision=13016
-rw-r--r--ChangeLog5
-rw-r--r--src/nautilus-file-management-properties.glade8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b81d905b..4ee42c5ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-07-23 Andre Klapper <a9016009@gmx.de>
+ * src/nautilus-file-management-properties.glade:
+ corrected executable text file labels (#334309)
+
+2007-07-23 Andre Klapper <a9016009@gmx.de>
+
* src/file-manager/fm-directory-view.c:
improved string and added ngettext support (#326952)
diff --git a/src/nautilus-file-management-properties.glade b/src/nautilus-file-management-properties.glade
index 2befb97af..cabc5773d 100644
--- a/src/nautilus-file-management-properties.glade
+++ b/src/nautilus-file-management-properties.glade
@@ -756,7 +756,7 @@ By Emblems</property>
<widget class="GtkRadioButton" id="single_click_radiobutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">_Single click to activate items</property>
+ <property name="label" translatable="yes">_Single click to open items</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -775,7 +775,7 @@ By Emblems</property>
<widget class="GtkRadioButton" id="double_click_radiobutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">_Double click to activate items</property>
+ <property name="label" translatable="yes">_Double click to open items</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -879,7 +879,7 @@ By Emblems</property>
<widget class="GtkRadioButton" id="scripts_execute_radiobutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">_Run executable text files when they are clicked</property>
+ <property name="label" translatable="yes">_Run executable text files when they are opened</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -898,7 +898,7 @@ By Emblems</property>
<widget class="GtkRadioButton" id="scripts_view_radiobutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">_View executable text files when they are clicked</property>
+ <property name="label" translatable="yes">_View executable text files when they are opened</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>