From 2ff1cd689b21c1363a418252dd3d4885c841646a Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Mon, 31 Jan 2005 20:45:24 +0000 Subject: Try 2 to correct misleading and inaccurate wording. Hopefully, really 2005-01-31 Elijah Newren Try 2 to correct misleading and inaccurate wording. Hopefully, really fixes #165379. * libwnck/window-action-menu.c: Change wording of menu from "Always on Current Workspace" to "Always on Visible Workspace". "Always on Current Workspace" could sound like a synonym of "Only on This Workspace" when it was supposed to be the opposite. --- libwnck/window-action-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwnck') diff --git a/libwnck/window-action-menu.c b/libwnck/window-action-menu.c index b7403d3..99f95cc 100644 --- a/libwnck/window-action-menu.c +++ b/libwnck/window-action-menu.c @@ -258,7 +258,7 @@ update_menu_state (ActionMenuData *amd) } else { - set_item_text (amd->pin_item, _("_Always on Current Workspace")); + set_item_text (amd->pin_item, _("_Always on Visible Workspace")); set_item_stock (amd->pin_item, NULL); gtk_widget_set_sensitive (amd->pin_item, (actions & WNCK_WINDOW_ACTION_CHANGE_WORKSPACE) != 0); -- cgit v1.2.1