Added contexts to various Unknown strings
Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=659968
This commit is contained in:
@ -371,7 +371,7 @@ shell_app_get_name (ShellApp *app)
|
||||
|
||||
name = meta_window_get_wm_class (window);
|
||||
if (!name)
|
||||
name = _("Unknown");
|
||||
name = C_("program", "Unknown");
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user