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:
parent
530761a6fb
commit
6c6934d839
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user