From 06af9a5dba8a5ee3d09577d513f016061853f257 Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Thu, 19 Jan 2012 15:10:26 +0000 Subject: [PATCH 1/1] Changed text of 'Remove service' confirmation dialog --- src/moonshot-identity-management-view.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moonshot-identity-management-view.vala b/src/moonshot-identity-management-view.vala index 631e6ff..beb6930 100644 --- a/src/moonshot-identity-management-view.vala +++ b/src/moonshot-identity-management-view.vala @@ -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(); -- 2.1.4