mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Update text on reload button
This commit is contained in:
parent
e8456beadc
commit
2917a83d7b
@ -267,10 +267,10 @@ plugingui_open (void)
|
||||
plugingui_loadbutton_cb, NULL, _("_Load..."));
|
||||
|
||||
gtkutil_button (hbox, GTK_STOCK_DELETE, NULL,
|
||||
plugingui_unload, NULL, _("_UnLoad"));
|
||||
plugingui_unload, NULL, _("_Unload"));
|
||||
|
||||
gtkutil_button (hbox, NULL, NULL,
|
||||
plugingui_reloadbutton_cb, view, _("_Reload..."));
|
||||
gtkutil_button (hbox, GTK_STOCK_REFRESH, NULL,
|
||||
plugingui_reloadbutton_cb, view, _("_Reload"));
|
||||
|
||||
fe_pluginlist_update ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user