[gnome-commander] typo: filename -> file name
- From: Piotr Eljasiak <epiotr src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-commander] typo: filename -> file name
- Date: Fri, 15 May 2009 13:51:37 -0400 (EDT)
commit 84fa517852baa816dfa8ba6f14092074e2e9880a
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Fri May 15 19:50:12 2009 +0200
typo: filename -> file name
---
ChangeLog | 9 +++++++++
src/gnome-cmd-file-props-dialog.cc | 2 +-
src/gnome-cmd-file-selector.cc | 2 +-
src/gnome-cmd-make-copy-dialog.cc | 2 +-
src/gnome-cmd-options-dialog.cc | 2 +-
src/gnome-cmd-search-dialog.cc | 4 ++--
6 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 89a681e..4dee471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-05-15 Piotr Eljasiak <epiotr use pl>
+
+ * src/gnome-cmd-file-props-dialog.cc:
+ * src/gnome-cmd-file-selector.cc:
+ * src/gnome-cmd-make-copy-dialog.cc:
+ * src/gnome-cmd-options-dialog.cc:
+ * src/gnome-cmd-search-dialog.cc:
+ typo: filename -> file name
+
2009-05-12 Piotr Eljasiak <epiotr use pl>
* src/gnome-cmd-profile-component.cc:
diff --git a/src/gnome-cmd-file-props-dialog.cc b/src/gnome-cmd-file-props-dialog.cc
index ad6245c..e3bd519 100644
--- a/src/gnome-cmd-file-props-dialog.cc
+++ b/src/gnome-cmd-file-props-dialog.cc
@@ -370,7 +370,7 @@ inline GtkWidget *create_properties_tab (GnomeCmdFilePropsDialogPrivate *data)
table = create_table (dialog, 6, 3);
gtk_container_add (GTK_CONTAINER (space_frame), table);
- label = create_bold_label (dialog, _("Filename:"));
+ label = create_bold_label (dialog, _("File name:"));
table_add (table, label, 0, y, GTK_FILL);
fname = get_utf8 (gnome_cmd_file_get_name (data->f));
diff --git a/src/gnome-cmd-file-selector.cc b/src/gnome-cmd-file-selector.cc
index 77af084..1be3ed2 100644
--- a/src/gnome-cmd-file-selector.cc
+++ b/src/gnome-cmd-file-selector.cc
@@ -1735,7 +1735,7 @@ void gnome_cmd_file_selector_show_new_textfile_dialog (GnomeCmdFileSelector *fs)
{
g_return_if_fail (GNOME_CMD_IS_FILE_SELECTOR (fs));
- const gchar *labels[] = {_("Filename:")};
+ const gchar *labels[] = {_("File name:")};
GtkWidget *dialog;
dialog = gnome_cmd_string_dialog_new (_("New Text File"), labels, 1,
diff --git a/src/gnome-cmd-make-copy-dialog.cc b/src/gnome-cmd-make-copy-dialog.cc
index dee29cb..e572ba9 100644
--- a/src/gnome-cmd-make-copy-dialog.cc
+++ b/src/gnome-cmd-make-copy-dialog.cc
@@ -64,7 +64,7 @@ static gboolean on_ok (GnomeCmdStringDialog *string_dialog, const gchar **values
if (!filename)
{
- gnome_cmd_string_dialog_set_error_desc (string_dialog, g_strdup (_("No filename entered")));
+ gnome_cmd_string_dialog_set_error_desc (string_dialog, g_strdup (_("No file name entered")));
return FALSE;
}
diff --git a/src/gnome-cmd-options-dialog.cc b/src/gnome-cmd-options-dialog.cc
index 38927fa..ba380e3 100644
--- a/src/gnome-cmd-options-dialog.cc
+++ b/src/gnome-cmd-options-dialog.cc
@@ -99,7 +99,7 @@ static GtkWidget *create_general_tab (GtkWidget *parent)
// FilterType settings
cat_box = create_vbox (parent, FALSE, 0);
- cat = create_category (parent, cat_box, _("Match filenames using"));
+ cat = create_category (parent, cat_box, _("Match file names using"));
gtk_box_pack_start (GTK_BOX (vbox), cat, FALSE, TRUE, 0);
radio = create_radio (parent, NULL, _("Shell syntax"), "ft_shell_radio");
diff --git a/src/gnome-cmd-search-dialog.cc b/src/gnome-cmd-search-dialog.cc
index f56c6ac..7119ffb 100644
--- a/src/gnome-cmd-search-dialog.cc
+++ b/src/gnome-cmd-search-dialog.cc
@@ -540,7 +540,7 @@ static gboolean start_search (GnomeCmdSearchDialog *dialog)
gtk_widget_set_sensitive (data->dialog->priv->search_button, FALSE);
gtk_widget_set_sensitive (data->dialog->priv->stop_button, TRUE);
- // create an re for filename matching
+ // create an re for file name matching
GtkWidget *regex_radio = lookup_widget (GTK_WIDGET (dialog), "regex_radio");
data->name_filter = new Filter(data->name_pattern, data->case_sens,
@@ -865,7 +865,7 @@ static void init (GnomeCmdSearchDialog *dialog)
gtk_box_pack_start (GTK_BOX (hbox), dialog->priv->recurse_check, FALSE, FALSE, 0);
- // Filename matching
+ // File name matching
radio = create_radio_with_mnemonic (window, NULL, _("Rege_x syntax"), "regex_radio");
gtk_box_pack_end (GTK_BOX (hbox), radio, FALSE, FALSE, 12);
if (gnome_cmd_data.filter_type == Filter::TYPE_REGEX)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]