[Xfce4-commits] <xfce4-dict:master> Improve wording

Enrico Tröger enrico.troeger at uvena.de
Mon Aug 24 23:08:01 CEST 2009


Updating branch refs/heads/master
         to 2e5eacff13f3dd1bbd9e42d5654a357bb3164d7d (commit)
       from 7f4125ccb982210d8af93d9956c64a9b0b879b03 (commit)

commit 2e5eacff13f3dd1bbd9e42d5654a357bb3164d7d
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date:   Mon Aug 24 23:06:56 2009 +0200

    Improve wording
    
    (bug #5681, suggested by Jeff Bailes, thanks)

 lib/prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/prefs.c b/lib/prefs.c
index f2569b7..abbf010 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -618,7 +618,7 @@ GtkWidget *dict_prefs_dialog_show(GtkWidget *parent, DictData *dd)
 
 		g_object_set_data(G_OBJECT(dialog), "web_entry", web_entry);
 
-		label1 = xfd_wrap_label_new(_("Enter an URL to a web site which offer translation or dictionary services. Use {word} as placeholder for the searched word."));
+		label1 = xfd_wrap_label_new(_("Enter the URL of a web site which offers translation or dictionary services. Use {word} as placeholder for the searched word."));
 		gtk_misc_set_alignment(GTK_MISC(label1), 0, 0);
 		gtk_widget_show(label1);
 		gtk_box_pack_start(GTK_BOX(inner_vbox), label1, FALSE, FALSE, 0);



More information about the Xfce4-commits mailing list