[gnome-commander/gcmd-1-4] Clarified regex search string



commit dba72bfbebf3e490dc6c145a61b2719619b1dd8e
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Wed Mar 19 11:21:24 2014 +0100

    Clarified regex search string

 src/gnome-cmd-selection-profile-component.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-selection-profile-component.cc b/src/gnome-cmd-selection-profile-component.cc
index cbf0f2a..f3f1e87 100644
--- a/src/gnome-cmd-selection-profile-component.cc
+++ b/src/gnome-cmd-selection-profile-component.cc
@@ -115,7 +115,7 @@ static void gnome_cmd_selection_profile_component_init (GnomeCmdSelectionProfile
 
     // search for
     component->priv->filter_type_combo = gtk_combo_box_new_text ();
-    gtk_combo_box_append_text (GTK_COMBO_BOX (component->priv->filter_type_combo), _("Name matches regex:"));
+    gtk_combo_box_append_text (GTK_COMBO_BOX (component->priv->filter_type_combo), _("Path matches regex:"));
     gtk_combo_box_append_text (GTK_COMBO_BOX (component->priv->filter_type_combo), _("Name contains:"));
     component->priv->pattern_combo = gtk_combo_box_entry_new_text ();
     table_add (component->priv->table, component->priv->filter_type_combo, 0, 0, GTK_FILL);


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