cups: make string non-literals translatable again

Notice that C_ just takes string literals as arguments.

https://bugzilla.gnome.org/show_bug.cgi?id=764585
This commit is contained in:
Felipe Borges 2016-04-13 20:00:19 +02:00
parent e92eaaa049
commit b0b1bf2f58

View File

@ -4442,7 +4442,7 @@ get_ipp_choice_translation_string (gint index,
g_assert_not_reached ();
}
translation = NC_("output-bin", string);
translation = g_dpgettext2 (GETTEXT_PACKAGE, "output-bin", string);
}
return translation;