talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a21217e9fc3f2eb20d48084efc9dff67ed7e428d
parent 5f224c577a9ab7b8e0a2c1af1148ea1010e50426
Author: Paul <paul@claws-mail.org>
Date:   Sat, 14 Dec 2013 11:20:24 +0000

fix typo

Diffstat:
Msrc/plugins/notification/notification_plugin.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/notification/notification_plugin.c b/src/plugins/notification/notification_plugin.c @@ -300,7 +300,7 @@ gint plugin_init(gchar **error) hook_theme_changed = hooks_register_hook(THEME_CHANGED_HOOKLIST, my_update_theme_hook, NULL); if(hook_theme_changed == (guint)-1) { - *error = g_strdup(_("Failed to register theme change hook int the " + *error = g_strdup(_("Failed to register theme change hook in the " "Notification plugin")); hooks_unregister_hook(FOLDER_ITEM_UPDATE_HOOKLIST, hook_f_item); hooks_unregister_hook(FOLDER_UPDATE_HOOKLIST, hook_f);