X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=src%2Fmoonshot-identity-management-view.vala;h=c4a8a1a184837a18f34f3cd411463ee9ca2ab204;hp=c91d0e1217b73599347b6b2d75da7ff721cc7617;hb=872bb0c517c567c6b110a7ab26a47798b5b30555;hpb=5f52d1f4bbe0457ee8f625e297ea22b502a14e0f diff --git a/src/moonshot-identity-management-view.vala b/src/moonshot-identity-management-view.vala index c91d0e1..c4a8a1a 100644 --- a/src/moonshot-identity-management-view.vala +++ b/src/moonshot-identity-management-view.vala @@ -748,7 +748,7 @@ SUCH DAMAGE. this.search_entry.key_press_event.connect(search_entry_key_press_event_cb); this.search_entry.set_width_chars(24); - var search_label_markup =_("") + search_tooltip_text + _(""); + var search_label_markup ="" + search_tooltip_text + ""; var full_search_label = new Label(null); full_search_label.set_markup(search_label_markup); full_search_label.set_alignment(1, 0); @@ -868,9 +868,9 @@ SUCH DAMAGE. if (selection_in_progress()) { var result = WarningDialog.confirm(this, Markup.printf_escaped( - _("Do you wish to use the %s service?"), + "" + _("Do you wish to use the %s service?") + "", this.request_queue.peek_head().service) - + _("\n\nSelect Yes to select an ID for this service, or No to cancel"), + + "\n\n" + _("Select Yes to select an ID for this service, or No to cancel"), "close_moonshot_window"); if (result) { // Prevent other handlers from handling this event; this keeps the window open. @@ -892,7 +892,7 @@ SUCH DAMAGE. } private void import_identities_cb() { - var dialog = new FileChooserDialog("Import File", + var dialog = new FileChooserDialog(_("Import File"), this, FileChooserAction.OPEN, _("Cancel"),ResponseType.CANCEL,