Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws
[claws.git] / src / mainwindow.c
index fe436a75a9fe01acd87a0386696294f10b6acc8a..55d0857f97c2be7c575cf12f60121534a9e7275f 100644 (file)
@@ -4226,7 +4226,7 @@ static void mainwindow_check_synchronise(MainWindow *mainwin, gboolean ask)
 
        if (offline_ask_sync && ask && alertpanel(_("Folder synchronisation"),
                        _("Do you want to synchronise your folders now?"),
-                       GTK_STOCK_CANCEL, _("+_Synchronise"), NULL) != G_ALERTALTERNATE)
+                       GTK_STOCK_CANCEL, g_strconcat("+", _("_Synchronise"), NULL), NULL) != G_ALERTALTERNATE)
                return;
        
        if (offline_ask_sync)