cups: Fix duplicate string
https://bugzilla.gnome.org/show_bug.cgi?id=765122
This commit is contained in:

committed by
Matthias Clasen

parent
9a87b6be2b
commit
3fe08b3b28
@ -2511,7 +2511,7 @@ get_reason_msg_desc (guint i,
|
|||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
/* Translators: "Developer" like on photo development context */
|
/* Translators: "Developer" like on photo development context */
|
||||||
reason_msg_desc = g_strdup_printf (_("Printer “%s” is low on developer."),
|
reason_msg_desc = g_strdup_printf (_("Printer “%s” is out of developer."),
|
||||||
printer_name);
|
printer_name);
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
Reference in New Issue
Block a user