summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--src/nautilus-query-editor.c4
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b3f5a461..fb0af2a38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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>
+
+2006-05-01 Martin Wehner <martin.wehner@gmail.com>
+
* libnautilus-private/nautilus-program-choosing.c:
(application_cannot_open_location):
Remove bogus period from strings. (#336909)
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) {