Replace strings Shade with Roll Up and Unshade with Unroll.
2002-09-24 Arvind Samptur <arvind.samptur@wipro.com> * src/menu.c: Replace strings Shade with Roll Up and Unshade with Unroll.
This commit is contained in:
parent
94e75ba53c
commit
ee26de98de
@ -1,3 +1,7 @@
|
||||
2002-09-24 Arvind Samptur <arvind.samptur@wipro.com>
|
||||
* src/menu.c: Replace strings Shade with Roll Up and
|
||||
Unshade with Unroll.
|
||||
|
||||
2002-09-23 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/main.c (main): re-enable the log handler, maybe it will
|
||||
|
@ -51,8 +51,8 @@ static MenuItem menuitems[] = {
|
||||
{ META_MENU_OP_MINIMIZE, METACITY_STOCK_MINIMIZE, N_("_Minimize") },
|
||||
{ META_MENU_OP_MAXIMIZE, METACITY_STOCK_MAXIMIZE, N_("Ma_ximize") },
|
||||
{ META_MENU_OP_UNMAXIMIZE, NULL, N_("Unma_ximize") },
|
||||
{ META_MENU_OP_SHADE, NULL, N_("_Shade") },
|
||||
{ META_MENU_OP_UNSHADE, NULL, N_("Un_shade") },
|
||||
{ META_MENU_OP_SHADE, NULL, N_("Roll _Up") },
|
||||
{ META_MENU_OP_UNSHADE, NULL, N_("_Unroll") },
|
||||
{ META_MENU_OP_MOVE, NULL, N_("Mo_ve") },
|
||||
{ META_MENU_OP_RESIZE, NULL, N_("_Resize") },
|
||||
{ 0, NULL, NULL }, /* separator */
|
||||
|
Loading…
Reference in New Issue
Block a user