Skip to content

window-buttons: Fix tooltip translations

Balló György requested to merge City-busz/gnome-applets:gettext-noop into master

The N_() function just marks the string as translatable without substitution. But here we need the translated strings, so replace N_() with _().

Merge request reports