~vcs-imports/balsa/master

« back to all changes in this revision

Viewing changes to src/address-book-config.c

  • Committer: Peter Bloomfield
  • Author(s): Piotr Drąg
  • Date: 2016-11-23 01:07:26 UTC
  • Revision ID: git-v1:55746ccf7e59a9f001eb797cc38808b9bbb94af6
Clean some translatable strings

Typo fixes, correct capitalization, double spaces, etc.

Signed-off-by: Peter Bloomfield <PeterBloomfield@bellsouth.net>

Show diffs side-by-side

added added

removed removed

Lines of Context:
668
668
                                 GTK_DIALOG_MODAL|
669
669
                                 GTK_DIALOG_DESTROY_WITH_PARENT,
670
670
                                 GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO,
671
 
                                 _("No path found.  "
 
671
                                 _("No path found. "
672
672
                                   "Do you want to give one?"));
673
673
#if HAVE_MACOSX_DESKTOP
674
674
    libbalsa_macosx_menu_for_parent(ask, window);
927
927
    g_object_weak_ref(G_OBJECT(menu), (GWeakNotify) g_free, abc);
928
928
 
929
929
    menuitem =
930
 
        gtk_menu_item_new_with_label(_("VCard Address Book (GnomeCard)"));
 
930
        gtk_menu_item_new_with_label(_("vCard Address Book (GnomeCard)"));
931
931
    g_signal_connect(G_OBJECT(menuitem), "activate",
932
932
                     G_CALLBACK(add_vcard_cb), abc);
933
933
    gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);