From 3f9b34e1de79fe7223ab26db1cb09e65bab7248a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 9 Sep 2011 17:34:05 +0000 Subject: [PATCH] Wording --- po/fr.po | 4 ++-- src/panel.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/fr.po b/po/fr.po index faac086..979d717 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Panel 0.0.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-09-09 19:11+0200\n" +"POT-Creation-Date: 2011-09-09 19:20+0200\n" "PO-Revision-Date: 2010-04-22 12:45+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: French\n" @@ -204,7 +204,7 @@ msgid "General" msgstr "Général" #: ../src/panel.c:591 -msgid "Plug-ins:" +msgid "Applets:" msgstr "Greffons :" #: ../src/panel.c:666 diff --git a/src/panel.c b/src/panel.c index b7ef2ed..0cf884e 100644 --- a/src/panel.c +++ b/src/panel.c @@ -587,8 +587,8 @@ static GtkWidget * _preferences_window_general(Panel * panel) vbox = gtk_vbox_new(FALSE, 4); gtk_container_set_border_width(GTK_CONTAINER(vbox), 4); hbox = gtk_hbox_new(FALSE, 4); - /* plugins */ - frame = gtk_frame_new(_("Plug-ins:")); + /* plug-ins */ + frame = gtk_frame_new(_("Applets:")); widget = gtk_scrolled_window_new(NULL, NULL); gtk_container_set_border_width(GTK_CONTAINER(widget), 4); gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(widget),