From 1e6bb1e186466a5ae0fce409f633124195fc5e15 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 9 Jan 2005 13:12:38 +0000 Subject: [PATCH] r3748: Typo. --- ROX-Filer/src/bulk_rename.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROX-Filer/src/bulk_rename.c b/ROX-Filer/src/bulk_rename.c index 156caafa..327cfc1f 100644 --- a/ROX-Filer/src/bulk_rename.c +++ b/ROX-Filer/src/bulk_rename.c @@ -114,7 +114,8 @@ void bulk_rename(const char *dir, GList *items) gtk_entry_set_text(GTK_ENTRY(with_entry), ".html"); gtk_tooltips_set_tip(tooltips, with_entry, _("The first match in each filename will be replaced " - "by this string. There a no special characters"), NULL); + "by this string. " + "There are no special characters."), NULL); button = gtk_button_new_with_label(_("Apply")); gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, TRUE, 0); -- 2.11.4.GIT