1
# Ubuntu: https://launchpad.net/bugs/842768
2
Index: gnome-settings-daemon/plugins/print-notifications/gsd-print-notifications-manager.c
3
===================================================================
4
--- gnome-settings-daemon.orig/plugins/print-notifications/gsd-print-notifications-manager.c
5
+++ gnome-settings-daemon/plugins/print-notifications/gsd-print-notifications-manager.c
6
@@ -355,7 +355,7 @@ get_statuses_second (guint i,
9
/* Translators: The printer is in the process of connecting to a shared network output device (same as in system-config-printer) */
10
- status = g_strdup_printf (_("Printer “%s” may not be connected."), printer_name);
11
+ /* status = g_strdup_printf (_("Printer “%s” may not be connected."), printer_name); */
14
/* Translators: One or more covers on the printer are open (same as in system-config-printer) */
15
@@ -427,7 +427,7 @@ process_cups_notification (GsdPrintNotif
16
static const char * const reasons[] = {
19
- "connecting-to-device",
20
+ /*"connecting-to-device",*/
22
"cups-missing-filter",
24
@@ -444,7 +444,7 @@ process_cups_notification (GsdPrintNotif
25
/* Translators: The printer has no toner left (same as in system-config-printer) */
27
/* Translators: The printer is in the process of connecting to a shared network output device (same as in system-config-printer) */
28
- N_("Not connected?"),
29
+ /*N_("Not connected?"),*/
30
/* Translators: One or more covers on the printer are open (same as in system-config-printer) */
32
/* Translators: A filter or backend is not installed (same as in system-config-printer) */