[gnome-commander] Clarified regex search string
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Clarified regex search string
- Date: Wed, 19 Mar 2014 10:52:43 +0000 (UTC)
commit 1cad74c3e5f80bb99794f089094433c19a4be045
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]