summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Wehner <martin.wehner@gmail.com>2006-05-01 10:49:58 +0000
committerMartin Wehner <mwehner@src.gnome.org>2006-05-01 10:49:58 +0000
commit5f857e2a7bfaa4c1f91a26dfd2573e6eaa4b5e34 (patch)
tree2bb8a0fe966bdfc1bccf72b84b3300a64e5697ed /src
parent60f3072ba55d2e6d5bbb93c2272db6fc6b85c28b (diff)
downloadnautilus-5f857e2a7bfaa4c1f91a26dfd2573e6eaa4b5e34.tar.gz
Fix wording: Use "criterion" instead of "criterium". (#331682)
2006-05-01 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-query-editor.c: (nautilus_query_editor_add_row), (finish_first_line): Fix wording: Use "criterion" instead of "criterium". (#331682) Patch from Farzaneh Sarafraz <farzaneh@farsiweb.info>
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-query-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index a0f7de11c..e863a5189 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -933,7 +933,7 @@ nautilus_query_editor_add_row (NautilusQueryEditor *editor,
G_CALLBACK (remove_row_cb), row);
gtk_tooltips_set_tip (editor->details->tooltips, button,
- _("Remove this criterium from the search"), NULL);
+ _("Remove this criterion from the search"), NULL);
gtk_box_pack_end (GTK_BOX (hbox), button, FALSE, FALSE, 0);
@@ -1024,7 +1024,7 @@ finish_first_line (NautilusQueryEditor *editor, GtkWidget *hbox, gboolean use_go
gtk_box_pack_end (GTK_BOX (hbox), button, FALSE, FALSE, 0);
gtk_tooltips_set_tip (editor->details->tooltips, button,
- _("Add a new criterium to this search"), NULL);
+ _("Add a new criterion to this search"), NULL);
if (!editor->details->is_indexed) {
if (use_go) {