Changed text of 'Remove service' confirmation dialog
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>
Thu, 19 Jan 2012 15:10:26 +0000 (15:10 +0000)
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>
Thu, 19 Jan 2012 15:10:26 +0000 (15:10 +0000)
src/moonshot-identity-management-view.vala

index 631e6ff..beb6930 100644 (file)
@@ -676,7 +676,7 @@ class IdentityManagerView : Window {
                                       Gtk.DialogFlags.DESTROY_WITH_PARENT,
                                       Gtk.MessageType.QUESTION,
                                       Gtk.ButtonsType.YES_NO,
-                                      _("Are you sure you want to stop '%s' ID Card from using %s?"),
+                                      _("Are you sure you want to stop '%s' ID Card from being used with %s?"),
                                       custom_vbox.current_idcard.id_card.display_name,
                                       _("this service"));
               var ret = dialog.run();