Skip to content

Replace ngettext() with dngettext()

ngettext() is not aware that applets use a different domain than gnome-panel, so we have to replace it with dngettext() to get the translated strings.

Merge request reports