2012-11-16 [ticho] 3.9.0cvs11
[claws.git] / src / account.c
index 603108136fe263ed85f8539180cf5031ef3a9c1a..d621a27eb36187c971faa9f48acb195c8bf095da 100644 (file)
@@ -1534,7 +1534,7 @@ static void account_create_list_view_columns(GtkWidget *list_view)
                     "activatable", TRUE,
                      NULL);
        column = gtk_tree_view_column_new_with_attributes
-               (Q_("Accounts List Get Column Name|G"), renderer,
+               (C_("Accounts List Get Column Name", "G"), renderer,
                 "active", ACCOUNT_ENABLE_GET_ALL,
                 NULL);
        gtk_tree_view_append_column(GTK_TREE_VIEW(list_view), column);