Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112217
Collapse All | Expand All

(-)src/permissiondialog.gob (-1 lines)
Lines 120-126 Link Here
120
        gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (self),
120
        gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (self),
121
	    "%s", explanation ? explanation :
121
	    "%s", explanation ? explanation :
122
	    _("An external device is attempting to connect to your computer via Bluetooth. You must decide if you want to accept the connection."));
122
	    _("An external device is attempting to connect to your computer via Bluetooth. You must decide if you want to accept the connection."));
123
        g_free (title_markup);
124
123
125
        /* remember this button */
124
        /* remember this button */

Return to bug 112217