gettextize the empty desktop string
This commit is contained in:
parent
4f3cffb847
commit
33d4cd8bfd
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data)
|
|||
act = action_from_string("Desktop", OB_USER_ACTION_MENU_SELECTION);
|
||||
act->data.desktop.desk = d->desktop;
|
||||
acts = g_slist_prepend(NULL, act);
|
||||
menu_add_normal(menu, 0, "Activate...", acts);
|
||||
menu_add_normal(menu, 0, _("Activate..."), acts);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue