cups: Fix duplicate string

https://bugzilla.gnome.org/show_bug.cgi?id=765122
This commit is contained in:
Piotr Drąg
2016-04-16 19:46:02 +02:00
committed by Matthias Clasen
parent 9a87b6be2b
commit 3fe08b3b28

View File

@ -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: