Fixed a typo

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1282 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Frank Lanitz 2007-02-14 19:17:19 +00:00
parent c909127a56
commit aa91348fa4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-02-14 Frank Lanitz <frank@frank.uvena.de>
* src/interface.c: Fixed a typo.
2007-02-14 Nick Treleaven <nick.treleaven@btinternet.com>
* geany.desktop.in:

View File

@ -3299,7 +3299,7 @@ create_prefs_dialog (void)
check_use_tabs = gtk_check_button_new_with_mnemonic (_("Use tabulators when inserting whitespace"));
gtk_widget_show (check_use_tabs);
gtk_box_pack_start (GTK_BOX (vbox17), check_use_tabs, FALSE, FALSE, 0);
gtk_tooltips_set_tip (tooltips, check_use_tabs, _("Whenever some whitespace is inserted by Geany it will use tabluators when enabled otherwise Geany will use just spaces."), NULL);
gtk_tooltips_set_tip (tooltips, check_use_tabs, _("Whenever some whitespace is inserted by Geany it will use tabulators when enabled otherwise Geany will use just spaces."), NULL);
gtk_button_set_focus_on_click (GTK_BUTTON (check_use_tabs), FALSE);
label172 = gtk_label_new (_("<b>Features</b>"));