Kaydet (Commit) 1920cc6a authored tarafından Enrico Tröger's avatar Enrico Tröger

Fix typo.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5571 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst bdde2d59
2011-03-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/interface.c, geany.glade:
Fix typo.
2011-03-05 Colomban Wendling <colomban(at)geany(dot)org> 2011-03-05 Colomban Wendling <colomban(at)geany(dot)org>
* configure.ac, wscript, makefile.win32, src/Makefile.am, * configure.ac, wscript, makefile.win32, src/Makefile.am,
......
...@@ -6794,7 +6794,7 @@ Match braces</property> ...@@ -6794,7 +6794,7 @@ Match braces</property>
<child> <child>
<widget class="GtkSpinButton" id="spin_symbol_update_freq"> <widget class="GtkSpinButton" id="spin_symbol_update_freq">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, espcially with large files. A delay of 0 disables real-time updates.</property> <property name="tooltip" translatable="yes">Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, especially with large files. A delay of 0 disables real-time updates.</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="climb_rate">1</property> <property name="climb_rate">1</property>
<property name="digits">0</property> <property name="digits">0</property>
......
...@@ -4044,7 +4044,7 @@ create_prefs_dialog (void) ...@@ -4044,7 +4044,7 @@ create_prefs_dialog (void)
gtk_table_attach (GTK_TABLE (table14), spin_symbol_update_freq, 1, 2, 3, 4, gtk_table_attach (GTK_TABLE (table14), spin_symbol_update_freq, 1, 2, 3, 4,
(GtkAttachOptions) (GTK_EXPAND | GTK_FILL), (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
(GtkAttachOptions) (0), 0, 0); (GtkAttachOptions) (0), 0, 0);
gtk_tooltips_set_tip (tooltips, spin_symbol_update_freq, _("Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, espcially with large files. A delay of 0 disables real-time updates."), NULL); gtk_tooltips_set_tip (tooltips, spin_symbol_update_freq, _("Minimal delay (in milliseconds) between two automatic updates of the symbol list. Note that a too short delay may have performance impact, especially with large files. A delay of 0 disables real-time updates."), NULL);
gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spin_symbol_update_freq), TRUE); gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spin_symbol_update_freq), TRUE);
label177 = gtk_label_new (_("<b>Completions</b>")); label177 = gtk_label_new (_("<b>Completions</b>"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment