Change 'Tab width' label to 'Hard tab width' for clarity.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2875 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2008-08-11 16:57:40 +00:00
parent 530761a6fb
commit 6c6934d839
3 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,8 @@
src/editor.h:
Rename GeanyIndentPrefs::tab_width to hard_tab_width, and update
keyfile key name.
* src/interface.c, geany.glade:
Change 'Tab width' label to 'Hard tab width' for clarity.
2008-08-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

View File

@ -5594,7 +5594,7 @@ Match braces</property>
<child>
<widget class="GtkLabel" id="label221">
<property name="visible">True</property>
<property name="label" translatable="yes">Tab Width:</property>
<property name="label" translatable="yes">Hard tab width:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>

View File

@ -3696,7 +3696,7 @@ create_prefs_dialog (void)
gtk_widget_show (hbox13);
gtk_container_add (GTK_CONTAINER (alignment41), hbox13);
label221 = gtk_label_new (_("Tab Width:"));
label221 = gtk_label_new (_("Hard tab width:"));
gtk_widget_show (label221);
gtk_box_pack_start (GTK_BOX (hbox13), label221, FALSE, FALSE, 0);