mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Changed 'Detail brushes...' to 'Detail Brush...' for consistency
This commit is contained in:
parent
19bd95b0a2
commit
a1fd52a8c2
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ void MainFrame::create_main_menu( GtkWidget *window, GtkWidget *vbox ){
|
|||
GTK_SIGNAL_FUNC( HandleCommand ), ID_COLORS_CLIPPER );
|
||||
create_menu_item_with_mnemonic( menu_in_menu, _( "Active View name..." ),
|
||||
GTK_SIGNAL_FUNC( HandleCommand ), ID_COLORS_VIEWNAME );
|
||||
create_menu_item_with_mnemonic( menu_in_menu, _( "Detail brushes..." ),
|
||||
create_menu_item_with_mnemonic( menu_in_menu, _( "Detail Brush..." ),
|
||||
GTK_SIGNAL_FUNC( HandleCommand ), ID_COLORS_DETAIL );
|
||||
|
||||
create_menu_item_with_mnemonic( menu, _( "_Gamma..." ),
|
||||
|
|
Loading…
Reference in a new issue