~holizz/sakura/sakura

« back to all changes in this revision

Viewing changes to src/sakura.c

  • Committer: Tom Adams
  • Date: 2009-04-08 17:22:50 UTC
  • Revision ID: tom@holizz.com-20090408172250-3oa3tb4cfsbq0fb6
  * src/sakura.c:
        - String changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1825
1825
        item_opacity_menu=gtk_action_create_menu_item(action_opacity);
1826
1826
        item_set_title=gtk_action_create_menu_item(action_set_title);
1827
1827
 
1828
 
        item_show_first_tab=gtk_check_menu_item_new_with_label(_("Show always first tab"));
 
1828
        item_show_first_tab=gtk_check_menu_item_new_with_label(_("Always show tab bar"));
1829
1829
        item_show_close_button=gtk_check_menu_item_new_with_label(_("Show tab close button"));
1830
 
        item_toggle_scrollbar=gtk_check_menu_item_new_with_label(_("Toggle scrollbar"));
 
1830
        item_toggle_scrollbar=gtk_check_menu_item_new_with_label(_("Show scrollbar"));
1831
1831
        item_audible_bell=gtk_check_menu_item_new_with_label(_("Set audible bell"));
1832
1832
        item_visible_bell=gtk_check_menu_item_new_with_label(_("Set visible bell"));
1833
1833
        item_blinking_cursor=gtk_check_menu_item_new_with_label(_("Set blinking cursor"));