This commit is contained in:
Pierre Pronchery 2011-09-09 17:34:05 +00:00
parent 8665e43bf9
commit 3f9b34e1de
2 changed files with 4 additions and 4 deletions

View File

@ -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 <khorben@defora.org>\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

View File

@ -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),