~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to libedataserverui/e-passwords.c

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
698
698
        /* The space acts as a vertical placeholder. */
699
699
        markup = g_markup_printf_escaped (
700
700
                "<small>%s</small>", (mask & GDK_LOCK_MASK) ?
701
 
                 _("You have the Caps Lock key on.") : " ");
 
701
                _("You have the Caps Lock key on.") : " ");
702
702
        gtk_label_set_markup (GTK_LABEL (label), markup);
703
703
        g_free (markup);
704
704
 
820
820
                                (type == E_PASSWORDS_REMEMBER_FOREVER)
821
821
                                ? _("_Remember this passphrase")
822
822
                                : _("_Remember this passphrase for"
823
 
                                    " the remainder of this session"));
 
823
                                " the remainder of this session"));
824
824
                } else {
825
825
                        widget = gtk_check_button_new_with_mnemonic (
826
826
                                (type == E_PASSWORDS_REMEMBER_FOREVER)
827
827
                                ? _("_Remember this password")
828
828
                                : _("_Remember this password for"
829
 
                                    " the remainder of this session"));
 
829
                                " the remainder of this session"));
830
830
                }
831
831
 
832
832
                gtk_toggle_button_set_active (