mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
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:
parent
e92eaaa049
commit
b0b1bf2f58
@ -4442,7 +4442,7 @@ get_ipp_choice_translation_string (gint index,
|
|||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
translation = NC_("output-bin", string);
|
translation = g_dpgettext2 (GETTEXT_PACKAGE, "output-bin", string);
|
||||||
}
|
}
|
||||||
|
|
||||||
return translation;
|
return translation;
|
||||||
|
Loading…
Reference in New Issue
Block a user