SF.net SVN: geany:[3470] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jan 15 19:15:41 UTC 2009


Revision: 3470
          http://geany.svn.sourceforge.net/geany/?rev=3470&view=rev
Author:   eht16
Date:     2009-01-15 19:15:41 +0000 (Thu, 15 Jan 2009)

Log Message:
-----------
Remove tooltips from menu items.
Don't use full stops in tooltips for short sentences.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.txt
    trunk/geany.glade
    trunk/src/dialogs.c
    trunk/src/interface.c
    trunk/src/printing.c
    trunk/src/search.c
    trunk/src/vte.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-01-15 18:20:19 UTC (rev 3469)
+++ trunk/ChangeLog	2009-01-15 19:15:41 UTC (rev 3470)
@@ -3,6 +3,10 @@
  * src/main.c, doc/geany.txt, doc/geany.html, doc/geany.1.in:
    Rename command line option --debug to --verbose.
    Change short form of --version from -v to -V.
+ * geany.glade, src/dialogs.c, src/interface.c, src/printing.c,
+   src/search.c, src/vte.c:
+   Remove tooltips from menu items.
+   Don't use full stops in tooltips for short sentences.
 
 
 2009-01-14  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2009-01-15 18:20:19 UTC (rev 3469)
+++ trunk/doc/geany.txt	2009-01-15 19:15:41 UTC (rev 3470)
@@ -1660,6 +1660,14 @@
 Display
 ```````
 
+Invert syntax highlighting colors
+    Use white text on a black background and invert all colors.
+    If the ``invert_all`` setting in ``filetypes.common`` is set, this
+    option is always enabled. See `Special file filetypes.common`_
+    for details.
+
+    This option requires a restart of Geany. The value of this option
+
 Show indendation guides
     Show vertical lines to help show how much leading indentation there
     is on each line.
@@ -1672,6 +1680,11 @@
     Displays a symbol everywhere that a carriage return or line feed
     is present.
 
+Show line numbers
+
+
+Show markers margin
+
 Stop scrolling at last line
     When enabled Geany stops scrolling when at the last line of the document.
     Otherwise you can scroll one more page even if there are no real lines.

Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2009-01-15 18:20:19 UTC (rev 3469)
+++ trunk/geany.glade	2009-01-15 19:15:41 UTC (rev 3470)
@@ -58,7 +58,7 @@
 		      <property name="use_underline">True</property>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2690">
+			<widget class="GtkImage" id="image2756">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-new</property>
 			  <property name="icon_size">1</property>
@@ -74,6 +74,7 @@
 
 			  <child>
 			    <widget class="GtkMenuItem" id="invisible2">
+			      <property name="tooltip" translatable="yes">dummy tooltip, don't translate this.</property>
 			      <property name="label" translatable="yes">invisible</property>
 			      <property name="use_underline">True</property>
 			    </widget>
@@ -142,13 +143,12 @@
 		  <child>
 		    <widget class="GtkImageMenuItem" id="menu_save_all1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Saves all open files</property>
 		      <property name="label" translatable="yes">Save A_ll</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_save_all1_activate" last_modification_time="Thu, 02 Jun 2005 14:15:30 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2691">
+			<widget class="GtkImage" id="image2757">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-save</property>
 			  <property name="icon_size">1</property>
@@ -169,7 +169,7 @@
 		      <signal name="activate" handler="on_toolbutton_reload_clicked" last_modification_time="Mon, 01 Sep 2008 16:57:06 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2692">
+			<widget class="GtkImage" id="image2758">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-revert-to-saved</property>
 			  <property name="icon_size">1</property>
@@ -189,7 +189,7 @@
 		      <property name="use_underline">True</property>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2693">
+			<widget class="GtkImage" id="image2759">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-revert-to-saved</property>
 			  <property name="icon_size">1</property>
@@ -247,7 +247,6 @@
 		  <child>
 		    <widget class="GtkImageMenuItem" id="print1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Prints the current file</property>
 		      <property name="label">gtk-print</property>
 		      <property name="use_stock">True</property>
 		      <signal name="activate" handler="on_print1_activate" last_modification_time="Thu, 29 Jun 2006 12:48:54 GMT"/>
@@ -277,7 +276,7 @@
 		      <signal name="activate" handler="on_close_other_documents1_activate" last_modification_time="Fri, 27 Jun 2008 15:19:28 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2694">
+			<widget class="GtkImage" id="image2760">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-close</property>
 			  <property name="icon_size">1</property>
@@ -293,13 +292,12 @@
 		  <child>
 		    <widget class="GtkImageMenuItem" id="menu_close_all1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Closes all open files</property>
 		      <property name="label" translatable="yes">C_lose All</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_close_all1_activate" last_modification_time="Thu, 02 Jun 2005 14:15:30 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2695">
+			<widget class="GtkImage" id="image2761">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-close</property>
 			  <property name="icon_size">1</property>
@@ -321,7 +319,6 @@
 		  <child>
 		    <widget class="GtkImageMenuItem" id="menu_quit1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Quit Geany</property>
 		      <property name="label">gtk-quit</property>
 		      <property name="use_stock">True</property>
 		      <signal name="activate" handler="on_quit1_activate" last_modification_time="Thu, 02 Jun 2005 14:15:30 GMT"/>
@@ -426,7 +423,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="menu_format1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Convert the case of the current selection</property>
 		      <property name="label" translatable="yes">_Format</property>
 		      <property name="use_underline">True</property>
 
@@ -498,7 +494,7 @@
 			      <signal name="activate" handler="on_menu_increase_indent1_activate" last_modification_time="Tue, 01 Aug 2006 10:28:54 GMT"/>
 
 			      <child internal-child="image">
-				<widget class="GtkImage" id="image2696">
+				<widget class="GtkImage" id="image2762">
 				  <property name="visible">True</property>
 				  <property name="stock">gtk-indent</property>
 				  <property name="icon_size">1</property>
@@ -519,7 +515,7 @@
 			      <signal name="activate" handler="on_menu_decrease_indent1_activate" last_modification_time="Tue, 01 Aug 2006 10:28:54 GMT"/>
 
 			      <child internal-child="image">
-				<widget class="GtkImage" id="image2697">
+				<widget class="GtkImage" id="image2763">
 				  <property name="visible">True</property>
 				  <property name="stock">gtk-unindent</property>
 				  <property name="icon_size">1</property>
@@ -575,7 +571,7 @@
 		      <property name="use_underline">True</property>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2698">
+			<widget class="GtkImage" id="image2764">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-add</property>
 			  <property name="icon_size">1</property>
@@ -592,7 +588,6 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="menu_add_changelog_entry1">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Inserts a typical ChangeLog entry in the current file</property>
 			      <property name="label" translatable="yes">Insert _ChangeLog Entry</property>
 			      <property name="use_underline">True</property>
 			      <signal name="activate" handler="on_comments_changelog_activate" last_modification_time="Sun, 02 Oct 2005 17:29:39 GMT"/>
@@ -602,7 +597,6 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="insert_file_header1">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Inserts a file header at the beginning of the file</property>
 			      <property name="label" translatable="yes">Insert File _Header</property>
 			      <property name="use_underline">True</property>
 			      <signal name="activate" handler="on_comments_fileheader_activate" last_modification_time="Mon, 03 Oct 2005 17:33:08 GMT"/>
@@ -612,7 +606,6 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="insert_function_description2">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Inserts a description before the current function</property>
 			      <property name="label" translatable="yes">Insert _Function Description</property>
 			      <property name="use_underline">True</property>
 			      <signal name="activate" handler="on_comments_function_activate" last_modification_time="Sat, 01 Oct 2005 17:35:15 GMT"/>
@@ -622,7 +615,6 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="insert_multiline_comment2">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Inserts a multiline comment</property>
 			      <property name="label" translatable="yes">Insert _Multiline Comment</property>
 			      <property name="use_underline">True</property>
 			      <signal name="activate" handler="on_menu_comments_multiline_activate" last_modification_time="Sun, 17 Dec 2006 19:01:32 GMT"/>
@@ -632,7 +624,6 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="insert_gpl_notice2">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Inserts a GPL notice (should be done at the beginning of the file)</property>
 			      <property name="label" translatable="yes">Insert _GPL Notice</property>
 			      <property name="use_underline">True</property>
 			      <signal name="activate" handler="on_menu_comments_gpl_activate" last_modification_time="Sun, 17 Dec 2006 19:01:32 GMT"/>
@@ -642,7 +633,6 @@
 			  <child>
 			    <widget class="GtkMenuItem" id="insert_bsd_license_notice2">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Inserts a BSD license notice (should be done at the beginning of the file)</property>
 			      <property name="label" translatable="yes">Insert _BSD License Notice</property>
 			      <property name="use_underline">True</property>
 			      <signal name="activate" handler="on_menu_comments_bsd_activate" last_modification_time="Fri, 05 Jan 2007 13:29:27 GMT"/>
@@ -660,7 +650,7 @@
 		      <property name="use_underline">True</property>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2699">
+			<widget class="GtkImage" id="image2765">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-add</property>
 			  <property name="icon_size">1</property>
@@ -692,7 +682,7 @@
 		      <property name="use_underline">True</property>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2700">
+			<widget class="GtkImage" id="image2766">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-add</property>
 			  <property name="icon_size">1</property>
@@ -790,7 +780,7 @@
 		      <signal name="activate" handler="on_replace1_activate" last_modification_time="Sun, 23 Oct 2005 13:22:36 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2701">
+			<widget class="GtkImage" id="image2767">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-find-and-replace</property>
 			  <property name="icon_size">1</property>
@@ -865,7 +855,7 @@
 		      <signal name="activate" handler="on_go_to_line_activate" last_modification_time="Sat, 06 Dec 2008 17:41:21 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2702">
+			<widget class="GtkImage" id="image2768">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-jump-to</property>
 			  <property name="icon_size">1</property>
@@ -894,13 +884,12 @@
 		  <child>
 		    <widget class="GtkImageMenuItem" id="menu_change_font1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Change the default font</property>
 		      <property name="label" translatable="yes">Change _Font</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_change_font1_activate" last_modification_time="Fri, 22 Apr 2005 18:58:45 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2703">
+			<widget class="GtkImage" id="image2769">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-select-font</property>
 			  <property name="icon_size">1</property>
@@ -941,7 +930,6 @@
 		  <child>
 		    <widget class="GtkCheckMenuItem" id="menu_show_messages_window1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Toggle the window with status and compiler messages on and off</property>
 		      <property name="label" translatable="yes">Show Message _Window</property>
 		      <property name="use_underline">True</property>
 		      <property name="active">True</property>
@@ -952,7 +940,6 @@
 		  <child>
 		    <widget class="GtkCheckMenuItem" id="menu_show_toolbar1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Toggle the toolbar on and off</property>
 		      <property name="label" translatable="yes">Show _Toolbar</property>
 		      <property name="use_underline">True</property>
 		      <property name="active">True</property>
@@ -982,7 +969,6 @@
 			  <child>
 			    <widget class="GtkCheckMenuItem" id="menu_markers_margin1">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Shows or hides the small margin right of the line numbers, which is used to mark lines.</property>
 			      <property name="label" translatable="yes">Show _Markers Margin</property>
 			      <property name="use_underline">True</property>
 			      <property name="active">True</property>
@@ -993,7 +979,6 @@
 			  <child>
 			    <widget class="GtkCheckMenuItem" id="menu_linenumber_margin1">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Shows or hides the Line Number margin.</property>
 			      <property name="label" translatable="yes">Show _Line Numbers</property>
 			      <property name="use_underline">True</property>
 			      <property name="active">True</property>
@@ -1084,7 +1069,6 @@
 		  <child>
 		    <widget class="GtkCheckMenuItem" id="menu_line_wrapping1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Wrap the line at the window border and continue it on the next line. Note: line wrapping has a high performance cost for large documents so should be disabled on slow machines.</property>
 		      <property name="label" translatable="yes">_Line Wrapping</property>
 		      <property name="use_underline">True</property>
 		      <property name="active">True</property>
@@ -1166,7 +1150,6 @@
 		  <child>
 		    <widget class="GtkCheckMenuItem" id="set_file_readonly1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Treat this file as read-only. No changes can be made.</property>
 		      <property name="label" translatable="yes">Read _Only</property>
 		      <property name="use_underline">True</property>
 		      <property name="active">False</property>
@@ -1293,7 +1276,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="menu_replace_tabs">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Replaces all tabs in document by spaces.</property>
 		      <property name="label" translatable="yes">_Replace Tabs by Spaces</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_replace_tabs_activate" last_modification_time="Fri, 29 Apr 2005 08:43:22 GMT"/>
@@ -1303,7 +1285,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="menu_replace_spaces">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Replaces all spaces in the document by tab characters.</property>
 		      <property name="label" translatable="yes">Replace Spaces b_y Tabs</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_replace_spaces_activate" last_modification_time="Wed, 18 Jun 2008 18:56:33 GMT"/>
@@ -1319,7 +1300,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="menu_fold_all1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Folds all contractible code blocks</property>
 		      <property name="label" translatable="yes">_Fold All</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_menu_fold_all1_activate" last_modification_time="Sun, 26 Feb 2006 15:42:32 GMT"/>
@@ -1329,7 +1309,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="menu_unfold_all1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Unfolds all contracted code blocks</property>
 		      <property name="label" translatable="yes">_Unfold All</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_menu_unfold_all1_activate" last_modification_time="Sun, 26 Feb 2006 15:42:32 GMT"/>
@@ -1354,7 +1333,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="menu_remove_indicators1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Removes all error indicators in the current document.</property>
 		      <property name="label" translatable="yes">Remove Error _Indicators</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_menu_remove_indicators1_activate" last_modification_time="Tue, 13 Jun 2006 19:25:23 GMT"/>
@@ -1383,7 +1361,7 @@
 		      <signal name="activate" handler="on_project_new1_activate" last_modification_time="Thu, 18 Jan 2007 22:16:24 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2704">
+			<widget class="GtkImage" id="image2770">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-new</property>
 			  <property name="icon_size">1</property>
@@ -1404,7 +1382,7 @@
 		      <signal name="activate" handler="on_project_open1_activate" last_modification_time="Mon, 15 Jan 2007 17:34:17 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2705">
+			<widget class="GtkImage" id="image2771">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-open</property>
 			  <property name="icon_size">1</property>
@@ -1425,7 +1403,7 @@
 		      <signal name="activate" handler="on_project_close1_activate" last_modification_time="Mon, 15 Jan 2007 17:34:17 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2706">
+			<widget class="GtkImage" id="image2772">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-close</property>
 			  <property name="icon_size">1</property>
@@ -1477,13 +1455,12 @@
 		  <child>
 		    <widget class="GtkImageMenuItem" id="menu_choose_color1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Open a color chooser dialog, to interactively pick colors from a palette.</property>
 		      <property name="label" translatable="yes">_Color Chooser</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_show_color_chooser1_activate" last_modification_time="Wed, 22 Jun 2005 18:10:21 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2707">
+			<widget class="GtkImage" id="image2773">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-select-color</property>
 			  <property name="icon_size">1</property>
@@ -1499,7 +1476,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="menu_count_words1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Counts the words and characters in the current selection or the whole document</property>
 		      <property name="label" translatable="yes">_Word Count</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_count_words1_activate" last_modification_time="Mon, 06 Jun 2005 11:49:24 GMT"/>
@@ -1509,7 +1485,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="load_tags1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Load global tags file</property>
 		      <property name="label" translatable="yes">Load Ta_gs</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_load_tags1_activate" last_modification_time="Sun, 15 Apr 2007 15:24:55 GMT"/>
@@ -1519,13 +1494,12 @@
 		  <child>
 		    <widget class="GtkImageMenuItem" id="menu_reload_configuration1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Reload configuration data like snippets, templates and filetype extensions.</property>
 		      <property name="label" translatable="yes">_Reload Configuration</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_menu_reload_configuration1_activate" last_modification_time="Mon, 30 Jun 2008 16:19:40 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2708">
+			<widget class="GtkImage" id="image2774">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-refresh</property>
 			  <property name="icon_size">1</property>
@@ -1559,7 +1533,7 @@
 		      <signal name="activate" handler="on_help1_activate" last_modification_time="Sun, 24 Jul 2005 15:23:11 GMT"/>
 
 		      <child internal-child="image">
-			<widget class="GtkImage" id="image2709">
+			<widget class="GtkImage" id="image2775">
 			  <property name="visible">True</property>
 			  <property name="stock">gtk-help</property>
 			  <property name="icon_size">1</property>
@@ -1584,7 +1558,6 @@
 		  <child>
 		    <widget class="GtkMenuItem" id="keyboard_shortcuts1">
 		      <property name="visible">True</property>
-		      <property name="tooltip" translatable="yes">Shows a list of all keyboard shortcuts for Geany.</property>
 		      <property name="label" translatable="yes">_Keyboard Shortcuts</property>
 		      <property name="use_underline">True</property>
 		      <signal name="activate" handler="on_help_shortcuts1_activate" last_modification_time="Sun, 18 Dec 2005 22:24:52 GMT"/>
@@ -2329,7 +2302,7 @@
 	      <signal name="activate" handler="on_menu_increase_indent1_activate" last_modification_time="Tue, 01 Aug 2006 10:31:38 GMT"/>
 
 	      <child internal-child="image">
-		<widget class="GtkImage" id="image2568">
+		<widget class="GtkImage" id="image2748">
 		  <property name="visible">True</property>
 		  <property name="stock">gtk-indent</property>
 		  <property name="icon_size">1</property>
@@ -2350,7 +2323,7 @@
 	      <signal name="activate" handler="on_menu_decrease_indent1_activate" last_modification_time="Tue, 01 Aug 2006 10:31:38 GMT"/>
 
 	      <child internal-child="image">
-		<widget class="GtkImage" id="image2569">
+		<widget class="GtkImage" id="image2749">
 		  <property name="visible">True</property>
 		  <property name="stock">gtk-unindent</property>
 		  <property name="icon_size">1</property>
@@ -2380,7 +2353,7 @@
 
 		  <child>
 		    <widget class="GtkMenuItem" id="invisible12">
-		      <property name="label">invisible</property>
+		      <property name="label" translatable="yes">invisible</property>
 		      <property name="use_underline">True</property>
 		    </widget>
 		  </child>
@@ -2406,7 +2379,7 @@
       <property name="use_underline">True</property>
 
       <child internal-child="image">
-	<widget class="GtkImage" id="image2570">
+	<widget class="GtkImage" id="image2750">
 	  <property name="visible">True</property>
 	  <property name="stock">gtk-add</property>
 	  <property name="icon_size">1</property>
@@ -2423,7 +2396,6 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="add_changelog_entry2">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Inserts a typical ChangeLog entry in the current file</property>
 	      <property name="label" translatable="yes">Insert _ChangeLog Entry</property>
 	      <property name="use_underline">True</property>
 	      <signal name="activate" handler="on_comments_changelog_activate" last_modification_time="Sun, 02 Oct 2005 17:30:10 GMT"/>
@@ -2433,7 +2405,6 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="insert_file_header2">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Inserts a file header at the beginning of the file</property>
 	      <property name="label" translatable="yes">Insert File _Header</property>
 	      <property name="use_underline">True</property>
 	      <signal name="activate" handler="on_comments_fileheader_activate" last_modification_time="Mon, 03 Oct 2005 17:33:08 GMT"/>
@@ -2443,7 +2414,6 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="insert_function_description1">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Inserts a description before the current function</property>
 	      <property name="label" translatable="yes">Insert _Function Description</property>
 	      <property name="use_underline">True</property>
 	      <signal name="activate" handler="on_comments_function_activate" last_modification_time="Sat, 01 Oct 2005 17:28:26 GMT"/>
@@ -2453,7 +2423,6 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="insert_multiline_comment1">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Inserts a multiline comment</property>
 	      <property name="label" translatable="yes">Insert _Multiline Comment</property>
 	      <property name="use_underline">True</property>
 	      <signal name="activate" handler="on_comments_multiline_activate" last_modification_time="Sat, 01 Oct 2005 17:28:26 GMT"/>
@@ -2463,7 +2432,6 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="insert_gpl_notice1">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Inserts a GPL notice (should be done at the beginning of the file)</property>
 	      <property name="label" translatable="yes">Insert _GPL Notice</property>
 	      <property name="use_underline">True</property>
 	      <signal name="activate" handler="on_comments_gpl_activate" last_modification_time="Sun, 02 Oct 2005 17:37:31 GMT"/>
@@ -2473,7 +2441,6 @@
 	  <child>
 	    <widget class="GtkMenuItem" id="insert_bsd_license_notice1">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Inserts a BSD license notice (should be done at the beginning of the file)</property>
 	      <property name="label" translatable="yes">Insert _BSD License Notice</property>
 	      <property name="use_underline">True</property>
 	      <signal name="activate" handler="on_comments_bsd_activate" last_modification_time="Fri, 05 Jan 2007 13:32:16 GMT"/>
@@ -2491,7 +2458,7 @@
       <property name="use_underline">True</property>
 
       <child internal-child="image">
-	<widget class="GtkImage" id="image2571">
+	<widget class="GtkImage" id="image2751">
 	  <property name="visible">True</property>
 	  <property name="stock">gtk-add</property>
 	  <property name="icon_size">1</property>
@@ -2507,7 +2474,7 @@
 
 	  <child>
 	    <widget class="GtkMenuItem" id="invisible10">
-	      <property name="label">invisible</property>
+	      <property name="label" translatable="yes">invisible</property>
 	      <property name="use_underline">True</property>
 	    </widget>
 	  </child>
@@ -2523,7 +2490,7 @@
       <property name="use_underline">True</property>
 
       <child internal-child="image">
-	<widget class="GtkImage" id="image2572">
+	<widget class="GtkImage" id="image2752">
 	  <property name="visible">True</property>
 	  <property name="stock">gtk-add</property>
 	  <property name="icon_size">1</property>
@@ -2539,7 +2506,7 @@
 
 	  <child>
 	    <widget class="GtkMenuItem" id="invisible3">
-	      <property name="label">invisible</property>
+	      <property name="label" translatable="yes">invisible</property>
 	      <property name="use_underline">True</property>
 	    </widget>
 	  </child>
@@ -2562,7 +2529,7 @@
       <signal name="activate" handler="on_find_usage1_activate" last_modification_time="Fri, 27 May 2005 21:55:12 GMT"/>
 
       <child internal-child="image">
-	<widget class="GtkImage" id="image2573">
+	<widget class="GtkImage" id="image2753">
 	  <property name="visible">True</property>
 	  <property name="stock">gtk-find</property>
 	  <property name="icon_size">1</property>
@@ -2583,7 +2550,7 @@
       <signal name="activate" handler="on_find_document_usage1_activate" last_modification_time="Thu, 17 Jul 2008 13:42:25 GMT"/>
 
       <child internal-child="image">
-	<widget class="GtkImage" id="image2574">
+	<widget class="GtkImage" id="image2754">
 	  <property name="visible">True</property>
 	  <property name="stock">gtk-find</property>
 	  <property name="icon_size">1</property>
@@ -2632,13 +2599,12 @@
   <child>
     <widget class="GtkImageMenuItem" id="go_to_line">
       <property name="visible">True</property>
-      <property name="tooltip" translatable="yes">Go to the entered line</property>
       <property name="label" translatable="yes">_Go to Line</property>
       <property name="use_underline">True</property>
       <signal name="activate" handler="on_go_to_line_activate" last_modification_time="Sat, 16 Jul 2005 11:20:32 GMT"/>
 
       <child internal-child="image">
-	<widget class="GtkImage" id="image2575">
+	<widget class="GtkImage" id="image2755">
 	  <property name="visible">True</property>
 	  <property name="stock">gtk-jump-to</property>
 	  <property name="icon_size">1</property>
@@ -2791,7 +2757,7 @@
 
 			  <child>
 			    <widget class="GtkCheckButton" id="check_vte">
-			      <property name="tooltip" translatable="yes">Whether the virtual terminal emulation (VTE) should be loaded at startup. Disable it if you do not need it.</property>
+			      <property name="tooltip" translatable="yes">Whether the virtual terminal emulation (VTE) should be loaded at startup, disable it if you do not need it</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Load virtual terminal support</property>
 			      <property name="use_underline">True</property>
@@ -2909,7 +2875,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_ask_for_quit">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Shows a confirmation dialog on exit.</property>
+			      <property name="tooltip" translatable="yes">Shows a confirmation dialog on exit</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Confirm exit</property>
 			      <property name="use_underline">True</property>
@@ -2988,7 +2954,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_project_session">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Whether to store a project's session files and open them when re-opening the project.</property>
+			      <property name="tooltip" translatable="yes">Whether to store a project's session files and open them when re-opening the project</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Use project-based session files</property>
 			      <property name="use_underline">True</property>
@@ -3008,7 +2974,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_project_file_in_basedir">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">When enabled, a project file is stored by default inside the project base directory when creating new projects instead of one directory above the base directory. You can still change the path of the project file in the New Project dialog.</property>
+			      <property name="tooltip" translatable="yes">When enabled, a project file is stored by default inside the project base directory when creating new projects instead of one directory above the base directory. You can still change the path of the project file in the New Project dialog</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Store project file inside the project base directory</property>
 			      <property name="use_underline">True</property>
@@ -3087,7 +3053,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_beep">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Whether to beep if an error occurred or when the compilation process has finished.</property>
+			      <property name="tooltip" translatable="yes">Whether to beep if an error occurred or when the compilation process has finished</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Beep on errors or when compilation has finished</property>
 			      <property name="use_underline">True</property>
@@ -3107,7 +3073,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_switch_pages">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Switch to the status message tab (in the notebook window at the bottom) if a new status message arrives.</property>
+			      <property name="tooltip" translatable="yes">Switch to the status message tab (in the notebook window at the bottom) if a new status message arrives</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Switch to status message list at new message</property>
 			      <property name="use_underline">True</property>
@@ -3827,7 +3793,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_show_tab_cross">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Shows a small cross button in the file tabs to easily close files when clicking on it (requires restart of Geany).</property>
+			      <property name="tooltip" translatable="yes">Shows a small cross button in the file tabs to easily close files when clicking on it (requires restart of Geany)</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Show close buttons</property>
 			      <property name="use_underline">True</property>
@@ -3926,7 +3892,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_double_click_hides_widgets">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Calls the View->Toggle All Additional Widgets command.</property>
+			      <property name="tooltip" translatable="yes">Calls the View->Toggle All Additional Widgets command</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Double-clicking hides all additional widgets</property>
 			      <property name="use_underline">True</property>
@@ -4217,7 +4183,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_statusbar_visible">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Whether to show the status bar at the bottom of the main window.</property>
+			      <property name="tooltip" translatable="yes">Whether to show the status bar at the bottom of the main window</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Show status bar</property>
 			      <property name="use_underline">True</property>
@@ -4714,7 +4680,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_disable_dnd">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Disable drag and drop completely in the editor window so you can't drag and drop any selections within or outside of the editor window.</property>
+				  <property name="tooltip" translatable="yes">Disable drag and drop completely in the editor window so you can't drag and drop any selections within or outside of the editor window</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Disable Drag and Drop</property>
 				  <property name="use_underline">True</property>
@@ -4754,7 +4720,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_unfold_children">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Fold or unfold all children of a fold point. By pressing the Shift key while clicking on a fold symbol the contrary behavior is used.</property>
+				  <property name="tooltip" translatable="yes">Fold or unfold all children of a fold point. By pressing the Shift key while clicking on a fold symbol the contrary behavior is used</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Fold/unfold all children of a fold point</property>
 				  <property name="use_underline">True</property>
@@ -4774,7 +4740,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_indicators">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Whether to use indicators (a squiggly underline) to highlight the lines where the compiler found a warning or an error.</property>
+				  <property name="tooltip" translatable="yes">Whether to use indicators (a squiggly underline) to highlight the lines where the compiler found a warning or an error</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Use indicators to show compile errors</property>
 				  <property name="use_underline">True</property>
@@ -4794,7 +4760,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_newline_strip">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Enable newline to strip the trailing spaces on the previous line.</property>
+				  <property name="tooltip" translatable="yes">Enable newline to strip the trailing spaces on the previous line</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Newline strips trailing spaces</property>
 				  <property name="use_underline">True</property>
@@ -4902,7 +4868,7 @@
 				  <child>
 				    <widget class="GtkEntry" id="entry_toggle_mark">
 				      <property name="visible">True</property>
-				      <property name="tooltip" translatable="yes">A string which is added when toggling a line comment in a source file. It is used to mark the comment as toggled.</property>
+				      <property name="tooltip" translatable="yes">A string which is added when toggling a line comment in a source file, it is used to mark the comment as toggled.</property>
 				      <property name="can_focus">True</property>
 				      <property name="editable">True</property>
 				      <property name="visibility">True</property>
@@ -5320,7 +5286,7 @@
 				  <child>
 				    <widget class="GtkCheckButton" id="check_detect_indent">
 				      <property name="visible">True</property>
-				      <property name="tooltip" translatable="yes">Whether to detect the indentation type from file contents when a file is opened.</property>
+				      <property name="tooltip" translatable="yes">Whether to detect the indentation type from file contents when a file is opened</property>
 				      <property name="can_focus">True</property>
 				      <property name="label" translatable="yes">Detect from file</property>
 				      <property name="use_underline">True</property>
@@ -5350,7 +5316,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_tab_key_indents">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Pressing tab/shift-tab indents/unindents instead of inserting a tab character.</property>
+				  <property name="tooltip" translatable="yes">Pressing tab/shift-tab indents/unindents instead of inserting a tab character</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Tab key indents</property>
 				  <property name="use_underline">True</property>
@@ -5465,7 +5431,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_complete_snippets">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Type a defined short character sequence and complete it to a more complex string using a single keypress.</property>
+				  <property name="tooltip" translatable="yes">Type a defined short character sequence and complete it to a more complex string using a single keypress</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Snippet completion</property>
 				  <property name="use_underline">True</property>
@@ -5505,7 +5471,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_auto_multiline">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Continue automatically multi-line comments in languages like C, C++ and Java when a new line is entered inside such a comment.</property>
+				  <property name="tooltip" translatable="yes">Continue automatically multi-line comments in languages like C, C++ and Java when a new line is entered inside such a comment</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Automatic continuation of multi-line comments</property>
 				  <property name="use_underline">True</property>
@@ -5638,7 +5604,7 @@
 				  <child>
 				    <widget class="GtkSpinButton" id="spin_symbol_complete_chars">
 				      <property name="visible">True</property>
-				      <property name="tooltip" translatable="yes">The amount of characters which are necessary to show the symbol auto completion list.</property>
+				      <property name="tooltip" translatable="yes">The amount of characters which are necessary to show the symbol auto completion list</property>
 				      <property name="can_focus">True</property>
 				      <property name="climb_rate">1</property>
 				      <property name="digits">0</property>
@@ -5660,7 +5626,7 @@
 				  <child>
 				    <widget class="GtkSpinButton" id="spin_symbollistheight">
 				      <property name="visible">True</property>
-				      <property name="tooltip" translatable="yes">Display height in rows for the auto completion list.</property>
+				      <property name="tooltip" translatable="yes">Display height in rows for the auto completion list</property>
 				      <property name="can_focus">True</property>
 				      <property name="climb_rate">1</property>
 				      <property name="digits">0</property>
@@ -5682,7 +5648,7 @@
 				  <child>
 				    <widget class="GtkSpinButton" id="spin_autocompletion_max_entries">
 				      <property name="visible">True</property>
-				      <property name="tooltip" translatable="yes">Maximum number of entries to display in the auto completion list.</property>
+				      <property name="tooltip" translatable="yes">Maximum number of entries to display in the auto completion list</property>
 				      <property name="can_focus">True</property>
 				      <property name="climb_rate">1</property>
 				      <property name="digits">0</property>
@@ -5984,7 +5950,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_highlighting_invert">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Use white text on a black background and invert all colors. This option requires a restart of Geany.</property>
+				  <property name="tooltip" translatable="yes">Use white text on a black background and invert all colors, this option requires a restart of Geany</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Invert syntax highlighting colors</property>
 				  <property name="use_underline">True</property>
@@ -6004,7 +5970,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_indent">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Shows small dotted lines to help you to use the right indentation.</property>
+				  <property name="tooltip" translatable="yes">Shows small dotted lines to help you to use the right indentation</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Show indentation guides</property>
 				  <property name="use_underline">True</property>
@@ -6024,7 +5990,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_white_space">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Marks spaces with dots and tabs with arrows.</property>
+				  <property name="tooltip" translatable="yes">Marks spaces with dots and tabs with arrows</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Show white space</property>
 				  <property name="use_underline">True</property>
@@ -6044,7 +6010,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_line_end">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Show the line ending character.</property>
+				  <property name="tooltip" translatable="yes">Show the line ending character</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Show line endings</property>
 				  <property name="use_underline">True</property>
@@ -6064,7 +6030,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_line_numbers">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Show the line ending character.</property>
+				  <property name="tooltip" translatable="yes">Shows or hides the Line Number margin</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Show line numbers</property>
 				  <property name="use_underline">True</property>
@@ -6084,7 +6050,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_markers_margin">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Show the line ending character.</property>
+				  <property name="tooltip" translatable="yes">Shows or hides the small margin right of the line numbers, which is used to mark lines</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Show markers margin</property>
 				  <property name="use_underline">True</property>
@@ -6104,7 +6070,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_scroll_stop_at_last_line">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Whether to stop scrolling one page past the last line of a document.</property>
+				  <property name="tooltip" translatable="yes">Whether to stop scrolling one page past the last line of a document</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Stop scrolling at last line</property>
 				  <property name="use_underline">True</property>
@@ -6289,7 +6255,7 @@
 			      <child>
 				<widget class="GtkSpinButton" id="spin_long_line">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">The long line marker is a thin vertical line in the editor. It helps to mark long lines, or as a hint to break the line. Set this value to a value greater than 0 to specify the column where it should appear.</property>
+				  <property name="tooltip" translatable="yes">The long line marker is a thin vertical line in the editor, it helps to mark long lines, or as a hint to break the line. Set this value to a value greater than 0 to specify the column where it should appear.</property>
 				  <property name="can_focus">True</property>
 				  <property name="climb_rate">1</property>
 				  <property name="digits">0</property>
@@ -6318,7 +6284,7 @@
 				  <child>
 				    <widget class="GtkRadioButton" id="radio_long_line_line">
 				      <property name="visible">True</property>
-				      <property name="tooltip" translatable="yes">Prints a vertical line in the editor window at the given cursor position (see below).</property>
+				      <property name="tooltip" translatable="yes">Prints a vertical line in the editor window at the given cursor position (see below)</property>
 				      <property name="can_focus">True</property>
 				      <property name="label" translatable="yes">Line</property>
 				      <property name="use_underline">True</property>
@@ -6338,7 +6304,7 @@
 				  <child>
 				    <widget class="GtkRadioButton" id="radio_long_line_background">
 				      <property name="visible">True</property>
-				      <property name="tooltip" translatable="yes">The background color of characters after the given cursor position (see below) changed to the color set below. (This is recommended if you use proportional fonts)</property>
+				      <property name="tooltip" translatable="yes">The background color of characters after the given cursor position (see below) changed to the color set below, (this is recommended if you use proportional fonts)</property>
 				      <property name="can_focus">True</property>
 				      <property name="label" translatable="yes">Background</property>
 				      <property name="use_underline">True</property>
@@ -6519,7 +6485,7 @@
 			      <child>
 				<widget class="GtkCheckButton" id="check_cmdline_new_files">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Start a new file for each command-line filename that doesn't exist.</property>
+				  <property name="tooltip" translatable="yes">Start a new file for each command-line filename that doesn't exist</property>
 				  <property name="can_focus">True</property>
 				  <property name="label" translatable="yes">Open new documents from the command-line</property>
 				  <property name="use_underline">True</property>
@@ -6668,7 +6634,7 @@
 			  <child>
 			    <widget class="GtkEventBox" id="eventbox1">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Sets the default encoding for newly created files.</property>
+			      <property name="tooltip" translatable="yes">Sets the default encoding for newly created files</property>
 			      <property name="visible_window">True</property>
 			      <property name="above_child">False</property>
 
@@ -6749,7 +6715,7 @@
 			  <child>
 			    <widget class="GtkEventBox" id="eventbox3">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Sets the default encoding for opening existing files.</property>
+			      <property name="tooltip" translatable="yes">Sets the default encoding for opening existing files</property>
 			      <property name="visible_window">True</property>
 			      <property name="above_child">False</property>
 
@@ -6774,7 +6740,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_open_encoding">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">This option disables the automatic detection of the file encoding when opening files and opens the file with the specified encoding (usually not needed).</property>
+			      <property name="tooltip" translatable="yes">This option disables the automatic detection of the file encoding when opening files and opens the file with the specified encoding (usually not needed)</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Use fixed encoding when opening files</property>
 			      <property name="use_underline">True</property>
@@ -6895,7 +6861,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_replace_tabs">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Replaces all tabs in document by spaces.</property>
+			      <property name="tooltip" translatable="yes">Replaces all tabs in document by spaces</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Replace tabs by space</property>
 			      <property name="use_underline">True</property>
@@ -7011,7 +6977,7 @@
 			      <child>
 				<widget class="GtkSpinButton" id="spin_mru">
 				  <property name="visible">True</property>
-				  <property name="tooltip" translatable="yes">Specifies the number of files which are stored in the Recent files list.</property>
+				  <property name="tooltip" translatable="yes">Specifies the number of files which are stored in the Recent files list</property>
 				  <property name="can_focus">True</property>
 				  <property name="climb_rate">1</property>
 				  <property name="digits">0</property>
@@ -7181,7 +7147,7 @@
 		      <child>
 			<widget class="GtkCheckButton" id="check_ask_suppress_search_dialogs">
 			  <property name="visible">True</property>
-			  <property name="tooltip" translatable="yes">Always wrap search around the document and hide the Find dialog after clicking Find Next/Previous.</property>
+			  <property name="tooltip" translatable="yes">Always wrap search around the document and hide the Find dialog after clicking Find Next/Previous</property>
 			  <property name="can_focus">True</property>
 			  <property name="label" translatable="yes">Always wrap search and hide the Find dialog</property>
 			  <property name="use_underline">True</property>
@@ -7201,7 +7167,7 @@
 		      <child>
 			<widget class="GtkCheckButton" id="check_search_use_current_word">
 			  <property name="visible">True</property>
-			  <property name="tooltip" translatable="yes">Use current word under the cursor when opening the Find, Find in Files or Replace dialog and there is no selection.</property>
+			  <property name="tooltip" translatable="yes">Use current word under the cursor when opening the Find, Find in Files or Replace dialog and there is no selection</property>
 			  <property name="can_focus">True</property>
 			  <property name="label" translatable="yes">Use the current word under the cursor for Find dialogs</property>
 			  <property name="use_underline">True</property>
@@ -8611,7 +8577,7 @@
 			  <child>
 			    <widget class="GtkEntry" id="entry_print_external_cmd">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Path to the command for printing files (use %f for the filename).</property>
+			      <property name="tooltip" translatable="yes">Path to the command for printing files (use %f for the filename)</property>
 			      <property name="can_focus">True</property>
 			      <property name="editable">True</property>
 			      <property name="visibility">True</property>
@@ -8710,7 +8676,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_print_linenumbers">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Add line numbers to the printed page.</property>
+			      <property name="tooltip" translatable="yes">Add line numbers to the printed page</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Print line numbers</property>
 			      <property name="use_underline">True</property>
@@ -8730,7 +8696,7 @@
 			  <child>
 			    <widget class="GtkCheckButton" id="check_print_pagenumbers">
 			      <property name="visible">True</property>
-			      <property name="tooltip" translatable="yes">Add page numbers at the bottom of each page. It takes 2 lines of the page.</property>
+			      <property name="tooltip" translatable="yes">Add page numbers at the bottom of each page, it takes 2 lines of the page</property>
 			      <property name="can_focus">True</property>
 			      <property name="label" translatable="yes">Print page numbers</property>
 			      <property name="use_underline">True</property>
@@ -8795,7 +8761,7 @@
 				      <child>
 					<widget class="GtkCheckButton" id="check_print_basename">
 					  <property name="visible">True</property>
-					  <property name="tooltip" translatable="yes">Print only the basename(without the path) of the printed file.</property>
+					  <property name="tooltip" translatable="yes">Print only the basename(without the path) of the printed file</property>
 					  <property name="can_focus">True</property>
 					  <property name="label" translatable="yes">Use the basename of the printed file</property>
 					  <property name="use_underline">True</property>
@@ -9304,7 +9270,7 @@
 	      <child>
 		<widget class="GtkCheckButton" id="check_detect_indent">
 		  <property name="visible">True</property>
-		  <property name="tooltip" translatable="yes">Whether to detect the indentation type from file contents when a file is opened.</property>
+		  <property name="tooltip" translatable="yes">Whether to detect the indentation type from file contents when a file is opened</property>
 		  <property name="can_focus">True</property>
 		  <property name="label" translatable="yes">Detect from file</property>
 		  <property name="use_underline">True</property>

Modified: trunk/src/dialogs.c
===================================================================
--- trunk/src/dialogs.c	2009-01-15 18:20:19 UTC (rev 3469)
+++ trunk/src/dialogs.c	2009-01-15 19:15:41 UTC (rev 3470)
@@ -483,7 +483,7 @@
 
 	rename_btn = gtk_dialog_add_button(GTK_DIALOG(ui_widgets.save_filesel), _("R_ename"),
 					GEANY_RESPONSE_RENAME);
-	ui_widget_set_tooltip_text(rename_btn, _("Save the file and rename it."));
+	ui_widget_set_tooltip_text(rename_btn, _("Save the file and rename it"));
 
 	gtk_dialog_add_buttons(GTK_DIALOG(ui_widgets.save_filesel),
 		GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
@@ -494,7 +494,7 @@
 	check_open_new_tab = gtk_check_button_new_with_mnemonic(_("_Open file in a new tab"));
 	ui_widget_set_tooltip_text(check_open_new_tab,
 		_("Keep the current unsaved document open"
-		" and open the newly saved file in a new tab."));
+		" and open the newly saved file in a new tab"));
 	gtk_box_pack_start(GTK_BOX(vbox), check_open_new_tab, FALSE, FALSE, 0);
 	gtk_widget_show_all(vbox);
 	gtk_file_chooser_set_extra_widget(GTK_FILE_CHOOSER(ui_widgets.save_filesel), vbox);

Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c	2009-01-15 18:20:19 UTC (rev 3469)
+++ trunk/src/interface.c	2009-01-15 19:15:41 UTC (rev 3470)
@@ -37,7 +37,7 @@
   GtkWidget *file1_menu;
   GtkWidget *menu_new1;
   GtkWidget *menu_new_with_template1;
-  GtkWidget *image2690;
+  GtkWidget *image2756;
   GtkWidget *menu_new_with_template1_menu;
   GtkWidget *invisible2;
   GtkWidget *separator12;
@@ -48,11 +48,11 @@
   GtkWidget *menu_save1;
   GtkWidget *menu_save_as1;
   GtkWidget *menu_save_all1;
-  GtkWidget *image2691;
+  GtkWidget *image2757;
   GtkWidget *menu_reload1;
-  GtkWidget *image2692;
+  GtkWidget *image2758;
   GtkWidget *menu_reload_as1;
-  GtkWidget *image2693;
+  GtkWidget *image2759;
   GtkWidget *menu_reload_as1_menu;
   GtkWidget *invisible7;
   GtkWidget *separator21;
@@ -63,9 +63,9 @@
   GtkWidget *separator14;
   GtkWidget *menu_close1;
   GtkWidget *close_other_documents1;
-  GtkWidget *image2694;
+  GtkWidget *image2760;
   GtkWidget *menu_close_all1;
-  GtkWidget *image2695;
+  GtkWidget *image2761;
   GtkWidget *menu_separatormenuitem1;
   GtkWidget *menu_quit1;
   GtkWidget *edit1;
@@ -90,16 +90,16 @@
   GtkWidget *menu_duplicate_line1;
   GtkWidget *separator29;
   GtkWidget *menu_increase_indent1;
-  GtkWidget *image2696;
+  GtkWidget *image2762;
   GtkWidget *menu_decrease_indent1;
-  GtkWidget *image2697;
+  GtkWidget *image2763;
   GtkWidget *separator37;
   GtkWidget *send_selection_to2;
   GtkWidget *send_selection_to2_menu;
   GtkWidget *invisible13;
   GtkWidget *separator18;
   GtkWidget *add_comments1;
-  GtkWidget *image2698;
+  GtkWidget *image2764;
   GtkWidget *add_comments1_menu;
   GtkWidget *menu_add_changelog_entry1;
   GtkWidget *insert_file_header1;
@@ -108,11 +108,11 @@
   GtkWidget *insert_gpl_notice2;
   GtkWidget *insert_bsd_license_notice2;
   GtkWidget *insert_date1;
-  GtkWidget *image2699;
+  GtkWidget *image2765;
   GtkWidget *insert_date1_menu;
   GtkWidget *invisible8;
   GtkWidget *insert_include2;
-  GtkWidget *image2700;
+  GtkWidget *image2766;
   GtkWidget *insert_include2_menu;
   GtkWidget *invisible4;
   GtkWidget *separator9;
@@ -124,7 +124,7 @@
   GtkWidget *find_previous1;
   GtkWidget *find_in_files1;
   GtkWidget *replace1;
-  GtkWidget *image2701;
+  GtkWidget *image2767;
   GtkWidget *separator33;
   GtkWidget *find_nextsel1;
   GtkWidget *find_prevsel1;
@@ -133,11 +133,11 @@
   GtkWidget *previous_message1;
   GtkWidget *separator32;
   GtkWidget *go_to_line1;
-  GtkWidget *image2702;
+  GtkWidget *image2768;
   GtkWidget *menu_view1;
   GtkWidget *menu_view1_menu;
   GtkWidget *menu_change_font1;
-  GtkWidget *image2703;
+  GtkWidget *image2769;
   GtkWidget *menu_separator4;
   GtkWidget *menu_toggle_all_additional_widgets1;
   GtkWidget *menu_fullscreen1;
@@ -195,26 +195,26 @@
   GtkWidget *menu_project1;
   GtkWidget *menu_project1_menu;
   GtkWidget *project_new1;
-  GtkWidget *image2704;
+  GtkWidget *image2770;
   GtkWidget *project_open1;
-  GtkWidget *image2705;
+  GtkWidget *image2771;
   GtkWidget *project_close1;
-  GtkWidget *image2706;
+  GtkWidget *image2772;
   GtkWidget *separator34;
   GtkWidget *project_properties1;
   GtkWidget *menu_build1;
   GtkWidget *tools1;
   GtkWidget *tools1_menu;
   GtkWidget *menu_choose_color1;
-  GtkWidget *image2707;
+  GtkWidget *image2773;
   GtkWidget *menu_count_words1;
   GtkWidget *load_tags1;
   GtkWidget *menu_reload_configuration1;
-  GtkWidget *image2708;
+  GtkWidget *image2774;
   GtkWidget *menu_help1;
   GtkWidget *menu_help1_menu;
   GtkWidget *help1;
-  GtkWidget *image2709;
+  GtkWidget *image2775;
   GtkWidget *website1;
   GtkWidget *keyboard_shortcuts1;
   GtkWidget *debug_messages1;
@@ -280,15 +280,16 @@
   gtk_widget_show (menu_new_with_template1);
   gtk_container_add (GTK_CONTAINER (file1_menu), menu_new_with_template1);
 
-  image2690 = gtk_image_new_from_stock ("gtk-new", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2690);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_new_with_template1), image2690);
+  image2756 = gtk_image_new_from_stock ("gtk-new", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2756);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_new_with_template1), image2756);
 
   menu_new_with_template1_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (menu_new_with_template1), menu_new_with_template1_menu);
 
   invisible2 = gtk_menu_item_new_with_mnemonic (_("invisible"));
   gtk_container_add (GTK_CONTAINER (menu_new_with_template1_menu), invisible2);
+  gtk_tooltips_set_tip (tooltips, invisible2, _("dummy tooltip, don't translate this."), NULL);
 
   separator12 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator12);
@@ -323,27 +324,26 @@
   menu_save_all1 = gtk_image_menu_item_new_with_mnemonic (_("Save A_ll"));
   gtk_widget_show (menu_save_all1);
   gtk_container_add (GTK_CONTAINER (file1_menu), menu_save_all1);
-  gtk_tooltips_set_tip (tooltips, menu_save_all1, _("Saves all open files"), NULL);
 
-  image2691 = gtk_image_new_from_stock ("gtk-save", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2691);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_save_all1), image2691);
+  image2757 = gtk_image_new_from_stock ("gtk-save", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2757);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_save_all1), image2757);
 
   menu_reload1 = gtk_image_menu_item_new_with_mnemonic (_("_Reload"));
   gtk_widget_show (menu_reload1);
   gtk_container_add (GTK_CONTAINER (file1_menu), menu_reload1);
 
-  image2692 = gtk_image_new_from_stock ("gtk-revert-to-saved", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2692);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_reload1), image2692);
+  image2758 = gtk_image_new_from_stock ("gtk-revert-to-saved", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2758);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_reload1), image2758);
 
   menu_reload_as1 = gtk_image_menu_item_new_with_mnemonic (_("R_eload As"));
   gtk_widget_show (menu_reload_as1);
   gtk_container_add (GTK_CONTAINER (file1_menu), menu_reload_as1);
 
-  image2693 = gtk_image_new_from_stock ("gtk-revert-to-saved", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2693);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_reload_as1), image2693);
+  image2759 = gtk_image_new_from_stock ("gtk-revert-to-saved", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2759);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_reload_as1), image2759);
 
   menu_reload_as1_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (menu_reload_as1), menu_reload_as1_menu);
@@ -372,7 +372,6 @@
   print1 = gtk_image_menu_item_new_from_stock ("gtk-print", accel_group);
   gtk_widget_show (print1);
   gtk_container_add (GTK_CONTAINER (file1_menu), print1);
-  gtk_tooltips_set_tip (tooltips, print1, _("Prints the current file"), NULL);
 
   separator14 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator14);
@@ -387,18 +386,17 @@
   gtk_widget_show (close_other_documents1);
   gtk_container_add (GTK_CONTAINER (file1_menu), close_other_documents1);
 
-  image2694 = gtk_image_new_from_stock ("gtk-close", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2694);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (close_other_documents1), image2694);
+  image2760 = gtk_image_new_from_stock ("gtk-close", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2760);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (close_other_documents1), image2760);
 
   menu_close_all1 = gtk_image_menu_item_new_with_mnemonic (_("C_lose All"));
   gtk_widget_show (menu_close_all1);
   gtk_container_add (GTK_CONTAINER (file1_menu), menu_close_all1);
-  gtk_tooltips_set_tip (tooltips, menu_close_all1, _("Closes all open files"), NULL);
 
-  image2695 = gtk_image_new_from_stock ("gtk-close", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2695);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_close_all1), image2695);
+  image2761 = gtk_image_new_from_stock ("gtk-close", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2761);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_close_all1), image2761);
 
   menu_separatormenuitem1 = gtk_separator_menu_item_new ();
   gtk_widget_show (menu_separatormenuitem1);
@@ -408,7 +406,6 @@
   menu_quit1 = gtk_image_menu_item_new_from_stock ("gtk-quit", accel_group);
   gtk_widget_show (menu_quit1);
   gtk_container_add (GTK_CONTAINER (file1_menu), menu_quit1);
-  gtk_tooltips_set_tip (tooltips, menu_quit1, _("Quit Geany"), NULL);
 
   edit1 = gtk_menu_item_new_with_mnemonic (_("_Edit"));
   gtk_widget_show (edit1);
@@ -463,7 +460,6 @@
   menu_format1 = gtk_menu_item_new_with_mnemonic (_("_Format"));
   gtk_widget_show (menu_format1);
   gtk_container_add (GTK_CONTAINER (edit1_menu), menu_format1);
-  gtk_tooltips_set_tip (tooltips, menu_format1, _("Convert the case of the current selection"), NULL);
 
   menu_format1_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (menu_format1), menu_format1_menu);
@@ -502,17 +498,17 @@
   gtk_widget_show (menu_increase_indent1);
   gtk_container_add (GTK_CONTAINER (menu_format1_menu), menu_increase_indent1);
 
-  image2696 = gtk_image_new_from_stock ("gtk-indent", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2696);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_increase_indent1), image2696);
+  image2762 = gtk_image_new_from_stock ("gtk-indent", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2762);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_increase_indent1), image2762);
 
   menu_decrease_indent1 = gtk_image_menu_item_new_with_mnemonic (_("_Decrease Indent"));
   gtk_widget_show (menu_decrease_indent1);
   gtk_container_add (GTK_CONTAINER (menu_format1_menu), menu_decrease_indent1);
 
-  image2697 = gtk_image_new_from_stock ("gtk-unindent", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2697);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_decrease_indent1), image2697);
+  image2763 = gtk_image_new_from_stock ("gtk-unindent", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2763);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_decrease_indent1), image2763);
 
   separator37 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator37);
@@ -538,9 +534,9 @@
   gtk_widget_show (add_comments1);
   gtk_container_add (GTK_CONTAINER (edit1_menu), add_comments1);
 
-  image2698 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2698);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (add_comments1), image2698);
+  image2764 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2764);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (add_comments1), image2764);
 
   add_comments1_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (add_comments1), add_comments1_menu);
@@ -548,40 +544,34 @@
   menu_add_changelog_entry1 = gtk_menu_item_new_with_mnemonic (_("Insert _ChangeLog Entry"));
   gtk_widget_show (menu_add_changelog_entry1);
   gtk_container_add (GTK_CONTAINER (add_comments1_menu), menu_add_changelog_entry1);
-  gtk_tooltips_set_tip (tooltips, menu_add_changelog_entry1, _("Inserts a typical ChangeLog entry in the current file"), NULL);
 
   insert_file_header1 = gtk_menu_item_new_with_mnemonic (_("Insert File _Header"));
   gtk_widget_show (insert_file_header1);
   gtk_container_add (GTK_CONTAINER (add_comments1_menu), insert_file_header1);
-  gtk_tooltips_set_tip (tooltips, insert_file_header1, _("Inserts a file header at the beginning of the file"), NULL);
 
   insert_function_description2 = gtk_menu_item_new_with_mnemonic (_("Insert _Function Description"));
   gtk_widget_show (insert_function_description2);
   gtk_container_add (GTK_CONTAINER (add_comments1_menu), insert_function_description2);
-  gtk_tooltips_set_tip (tooltips, insert_function_description2, _("Inserts a description before the current function"), NULL);
 
   insert_multiline_comment2 = gtk_menu_item_new_with_mnemonic (_("Insert _Multiline Comment"));
   gtk_widget_show (insert_multiline_comment2);
   gtk_container_add (GTK_CONTAINER (add_comments1_menu), insert_multiline_comment2);
-  gtk_tooltips_set_tip (tooltips, insert_multiline_comment2, _("Inserts a multiline comment"), NULL);
 
   insert_gpl_notice2 = gtk_menu_item_new_with_mnemonic (_("Insert _GPL Notice"));
   gtk_widget_show (insert_gpl_notice2);
   gtk_container_add (GTK_CONTAINER (add_comments1_menu), insert_gpl_notice2);
-  gtk_tooltips_set_tip (tooltips, insert_gpl_notice2, _("Inserts a GPL notice (should be done at the beginning of the file)"), NULL);
 
   insert_bsd_license_notice2 = gtk_menu_item_new_with_mnemonic (_("Insert _BSD License Notice"));
   gtk_widget_show (insert_bsd_license_notice2);
   gtk_container_add (GTK_CONTAINER (add_comments1_menu), insert_bsd_license_notice2);
-  gtk_tooltips_set_tip (tooltips, insert_bsd_license_notice2, _("Inserts a BSD license notice (should be done at the beginning of the file)"), NULL);
 
   insert_date1 = gtk_image_menu_item_new_with_mnemonic (_("Insert Dat_e"));
   gtk_widget_show (insert_date1);
   gtk_container_add (GTK_CONTAINER (edit1_menu), insert_date1);
 
-  image2699 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2699);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (insert_date1), image2699);
+  image2765 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2765);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (insert_date1), image2765);
 
   insert_date1_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (insert_date1), insert_date1_menu);
@@ -593,9 +583,9 @@
   gtk_widget_show (insert_include2);
   gtk_container_add (GTK_CONTAINER (edit1_menu), insert_include2);
 
-  image2700 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2700);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (insert_include2), image2700);
+  image2766 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2766);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (insert_include2), image2766);
 
   insert_include2_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (insert_include2), insert_include2_menu);
@@ -639,9 +629,9 @@
   gtk_widget_show (replace1);
   gtk_container_add (GTK_CONTAINER (search1_menu), replace1);
 
-  image2701 = gtk_image_new_from_stock ("gtk-find-and-replace", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2701);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (replace1), image2701);
+  image2767 = gtk_image_new_from_stock ("gtk-find-and-replace", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2767);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (replace1), image2767);
 
   separator33 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator33);
@@ -678,9 +668,9 @@
   gtk_widget_show (go_to_line1);
   gtk_container_add (GTK_CONTAINER (search1_menu), go_to_line1);
 
-  image2702 = gtk_image_new_from_stock ("gtk-jump-to", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2702);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (go_to_line1), image2702);
+  image2768 = gtk_image_new_from_stock ("gtk-jump-to", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2768);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (go_to_line1), image2768);
 
   menu_view1 = gtk_menu_item_new_with_mnemonic (_("_View"));
   gtk_widget_show (menu_view1);
@@ -692,11 +682,10 @@
   menu_change_font1 = gtk_image_menu_item_new_with_mnemonic (_("Change _Font"));
   gtk_widget_show (menu_change_font1);
   gtk_container_add (GTK_CONTAINER (menu_view1_menu), menu_change_font1);
-  gtk_tooltips_set_tip (tooltips, menu_change_font1, _("Change the default font"), NULL);
 
-  image2703 = gtk_image_new_from_stock ("gtk-select-font", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2703);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_change_font1), image2703);
+  image2769 = gtk_image_new_from_stock ("gtk-select-font", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2769);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_change_font1), image2769);
 
   menu_separator4 = gtk_separator_menu_item_new ();
   gtk_widget_show (menu_separator4);
@@ -714,13 +703,11 @@
   menu_show_messages_window1 = gtk_check_menu_item_new_with_mnemonic (_("Show Message _Window"));
   gtk_widget_show (menu_show_messages_window1);
   gtk_container_add (GTK_CONTAINER (menu_view1_menu), menu_show_messages_window1);
-  gtk_tooltips_set_tip (tooltips, menu_show_messages_window1, _("Toggle the window with status and compiler messages on and off"), NULL);
   gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_show_messages_window1), TRUE);
 
   menu_show_toolbar1 = gtk_check_menu_item_new_with_mnemonic (_("Show _Toolbar"));
   gtk_widget_show (menu_show_toolbar1);
   gtk_container_add (GTK_CONTAINER (menu_view1_menu), menu_show_toolbar1);
-  gtk_tooltips_set_tip (tooltips, menu_show_toolbar1, _("Toggle the toolbar on and off"), NULL);
   gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_show_toolbar1), TRUE);
 
   menu_show_sidebar1 = gtk_check_menu_item_new_with_mnemonic (_("Show Side_bar"));
@@ -738,13 +725,11 @@
   menu_markers_margin1 = gtk_check_menu_item_new_with_mnemonic (_("Show _Markers Margin"));
   gtk_widget_show (menu_markers_margin1);
   gtk_container_add (GTK_CONTAINER (menu_view_editor1_menu), menu_markers_margin1);
-  gtk_tooltips_set_tip (tooltips, menu_markers_margin1, _("Shows or hides the small margin right of the line numbers, which is used to mark lines."), NULL);
   gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_markers_margin1), TRUE);
 
   menu_linenumber_margin1 = gtk_check_menu_item_new_with_mnemonic (_("Show _Line Numbers"));
   gtk_widget_show (menu_linenumber_margin1);
   gtk_container_add (GTK_CONTAINER (menu_view_editor1_menu), menu_linenumber_margin1);
-  gtk_tooltips_set_tip (tooltips, menu_linenumber_margin1, _("Shows or hides the Line Number margin."), NULL);
   gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_linenumber_margin1), TRUE);
 
   menu_show_white_space1 = gtk_check_menu_item_new_with_mnemonic (_("Show _White Space"));
@@ -786,7 +771,6 @@
   menu_line_wrapping1 = gtk_check_menu_item_new_with_mnemonic (_("_Line Wrapping"));
   gtk_widget_show (menu_line_wrapping1);
   gtk_container_add (GTK_CONTAINER (menu_document1_menu), menu_line_wrapping1);
-  gtk_tooltips_set_tip (tooltips, menu_line_wrapping1, _("Wrap the line at the window border and continue it on the next line. Note: line wrapping has a high performance cost for large documents so should be disabled on slow machines."), NULL);
   gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_line_wrapping1), TRUE);
 
   line_breaking1 = gtk_check_menu_item_new_with_mnemonic (_("Line _Breaking"));
@@ -831,7 +815,6 @@
   set_file_readonly1 = gtk_check_menu_item_new_with_mnemonic (_("Read _Only"));
   gtk_widget_show (set_file_readonly1);
   gtk_container_add (GTK_CONTAINER (menu_document1_menu), set_file_readonly1);
-  gtk_tooltips_set_tip (tooltips, set_file_readonly1, _("Treat this file as read-only. No changes can be made."), NULL);
 
   menu_write_unicode_bom1 = gtk_check_menu_item_new_with_mnemonic (_("_Write Unicode BOM"));
   gtk_widget_show (menu_write_unicode_bom1);
@@ -899,12 +882,10 @@
   menu_replace_tabs = gtk_menu_item_new_with_mnemonic (_("_Replace Tabs by Spaces"));
   gtk_widget_show (menu_replace_tabs);
   gtk_container_add (GTK_CONTAINER (menu_document1_menu), menu_replace_tabs);
-  gtk_tooltips_set_tip (tooltips, menu_replace_tabs, _("Replaces all tabs in document by spaces."), NULL);
 
   menu_replace_spaces = gtk_menu_item_new_with_mnemonic (_("Replace Spaces b_y Tabs"));
   gtk_widget_show (menu_replace_spaces);
   gtk_container_add (GTK_CONTAINER (menu_document1_menu), menu_replace_spaces);
-  gtk_tooltips_set_tip (tooltips, menu_replace_spaces, _("Replaces all spaces in the document by tab characters."), NULL);
 
   separator22 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator22);
@@ -914,12 +895,10 @@
   menu_fold_all1 = gtk_menu_item_new_with_mnemonic (_("_Fold All"));
   gtk_widget_show (menu_fold_all1);
   gtk_container_add (GTK_CONTAINER (menu_document1_menu), menu_fold_all1);
-  gtk_tooltips_set_tip (tooltips, menu_fold_all1, _("Folds all contractible code blocks"), NULL);
 
   menu_unfold_all1 = gtk_menu_item_new_with_mnemonic (_("_Unfold All"));
   gtk_widget_show (menu_unfold_all1);
   gtk_container_add (GTK_CONTAINER (menu_document1_menu), menu_unfold_all1);
-  gtk_tooltips_set_tip (tooltips, menu_unfold_all1, _("Unfolds all contracted code blocks"), NULL);
 
   separator23 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator23);
@@ -933,7 +912,6 @@
   menu_remove_indicators1 = gtk_menu_item_new_with_mnemonic (_("Remove Error _Indicators"));
   gtk_widget_show (menu_remove_indicators1);
   gtk_container_add (GTK_CONTAINER (menu_document1_menu), menu_remove_indicators1);
-  gtk_tooltips_set_tip (tooltips, menu_remove_indicators1, _("Removes all error indicators in the current document."), NULL);
 
   menu_project1 = gtk_menu_item_new_with_mnemonic (_("_Project"));
   gtk_widget_show (menu_project1);
@@ -946,25 +924,25 @@
   gtk_widget_show (project_new1);
   gtk_container_add (GTK_CONTAINER (menu_project1_menu), project_new1);
 
-  image2704 = gtk_image_new_from_stock ("gtk-new", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2704);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (project_new1), image2704);
+  image2770 = gtk_image_new_from_stock ("gtk-new", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2770);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (project_new1), image2770);
 
   project_open1 = gtk_image_menu_item_new_with_mnemonic (_("_Open"));
   gtk_widget_show (project_open1);
   gtk_container_add (GTK_CONTAINER (menu_project1_menu), project_open1);
 
-  image2705 = gtk_image_new_from_stock ("gtk-open", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2705);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (project_open1), image2705);
+  image2771 = gtk_image_new_from_stock ("gtk-open", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2771);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (project_open1), image2771);
 
   project_close1 = gtk_image_menu_item_new_with_mnemonic (_("_Close"));
   gtk_widget_show (project_close1);
   gtk_container_add (GTK_CONTAINER (menu_project1_menu), project_close1);
 
-  image2706 = gtk_image_new_from_stock ("gtk-close", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2706);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (project_close1), image2706);
+  image2772 = gtk_image_new_from_stock ("gtk-close", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2772);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (project_close1), image2772);
 
   separator34 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator34);
@@ -989,30 +967,26 @@
   menu_choose_color1 = gtk_image_menu_item_new_with_mnemonic (_("_Color Chooser"));
   gtk_widget_show (menu_choose_color1);
   gtk_container_add (GTK_CONTAINER (tools1_menu), menu_choose_color1);
-  gtk_tooltips_set_tip (tooltips, menu_choose_color1, _("Open a color chooser dialog, to interactively pick colors from a palette."), NULL);
 
-  image2707 = gtk_image_new_from_stock ("gtk-select-color", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2707);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_choose_color1), image2707);
+  image2773 = gtk_image_new_from_stock ("gtk-select-color", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2773);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_choose_color1), image2773);
 
   menu_count_words1 = gtk_menu_item_new_with_mnemonic (_("_Word Count"));
   gtk_widget_show (menu_count_words1);
   gtk_container_add (GTK_CONTAINER (tools1_menu), menu_count_words1);
-  gtk_tooltips_set_tip (tooltips, menu_count_words1, _("Counts the words and characters in the current selection or the whole document"), NULL);
 
   load_tags1 = gtk_menu_item_new_with_mnemonic (_("Load Ta_gs"));
   gtk_widget_show (load_tags1);
   gtk_container_add (GTK_CONTAINER (tools1_menu), load_tags1);
-  gtk_tooltips_set_tip (tooltips, load_tags1, _("Load global tags file"), NULL);
 
   menu_reload_configuration1 = gtk_image_menu_item_new_with_mnemonic (_("_Reload Configuration"));
   gtk_widget_show (menu_reload_configuration1);
   gtk_container_add (GTK_CONTAINER (tools1_menu), menu_reload_configuration1);
-  gtk_tooltips_set_tip (tooltips, menu_reload_configuration1, _("Reload configuration data like snippets, templates and filetype extensions."), NULL);
 
-  image2708 = gtk_image_new_from_stock ("gtk-refresh", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2708);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_reload_configuration1), image2708);
+  image2774 = gtk_image_new_from_stock ("gtk-refresh", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2774);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_reload_configuration1), image2774);
 
   menu_help1 = gtk_menu_item_new_with_mnemonic (_("_Help"));
   gtk_widget_show (menu_help1);
@@ -1025,9 +999,9 @@
   gtk_widget_show (help1);
   gtk_container_add (GTK_CONTAINER (menu_help1_menu), help1);
 
-  image2709 = gtk_image_new_from_stock ("gtk-help", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2709);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (help1), image2709);
+  image2775 = gtk_image_new_from_stock ("gtk-help", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2775);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (help1), image2775);
 
   website1 = gtk_menu_item_new_with_mnemonic (_("_Website"));
   gtk_widget_show (website1);
@@ -1036,7 +1010,6 @@
   keyboard_shortcuts1 = gtk_menu_item_new_with_mnemonic (_("_Keyboard Shortcuts"));
   gtk_widget_show (keyboard_shortcuts1);
   gtk_container_add (GTK_CONTAINER (menu_help1_menu), keyboard_shortcuts1);
-  gtk_tooltips_set_tip (tooltips, keyboard_shortcuts1, _("Shows a list of all keyboard shortcuts for Geany."), NULL);
 
   debug_messages1 = gtk_menu_item_new_with_mnemonic (_("_Debug Messages"));
   gtk_widget_show (debug_messages1);
@@ -1489,7 +1462,7 @@
   GLADE_HOOKUP_OBJECT (window1, file1_menu, "file1_menu");
   GLADE_HOOKUP_OBJECT (window1, menu_new1, "menu_new1");
   GLADE_HOOKUP_OBJECT (window1, menu_new_with_template1, "menu_new_with_template1");
-  GLADE_HOOKUP_OBJECT (window1, image2690, "image2690");
+  GLADE_HOOKUP_OBJECT (window1, image2756, "image2756");
   GLADE_HOOKUP_OBJECT (window1, menu_new_with_template1_menu, "menu_new_with_template1_menu");
   GLADE_HOOKUP_OBJECT (window1, invisible2, "invisible2");
   GLADE_HOOKUP_OBJECT (window1, separator12, "separator12");
@@ -1500,11 +1473,11 @@
   GLADE_HOOKUP_OBJECT (window1, menu_save1, "menu_save1");
   GLADE_HOOKUP_OBJECT (window1, menu_save_as1, "menu_save_as1");
   GLADE_HOOKUP_OBJECT (window1, menu_save_all1, "menu_save_all1");
-  GLADE_HOOKUP_OBJECT (window1, image2691, "image2691");
+  GLADE_HOOKUP_OBJECT (window1, image2757, "image2757");
   GLADE_HOOKUP_OBJECT (window1, menu_reload1, "menu_reload1");
-  GLADE_HOOKUP_OBJECT (window1, image2692, "image2692");
+  GLADE_HOOKUP_OBJECT (window1, image2758, "image2758");
   GLADE_HOOKUP_OBJECT (window1, menu_reload_as1, "menu_reload_as1");
-  GLADE_HOOKUP_OBJECT (window1, image2693, "image2693");
+  GLADE_HOOKUP_OBJECT (window1, image2759, "image2759");
   GLADE_HOOKUP_OBJECT (window1, menu_reload_as1_menu, "menu_reload_as1_menu");
   GLADE_HOOKUP_OBJECT (window1, invisible7, "invisible7");
   GLADE_HOOKUP_OBJECT (window1, separator21, "separator21");
@@ -1515,9 +1488,9 @@
   GLADE_HOOKUP_OBJECT (window1, separator14, "separator14");
   GLADE_HOOKUP_OBJECT (window1, menu_close1, "menu_close1");
   GLADE_HOOKUP_OBJECT (window1, close_other_documents1, "close_other_documents1");
-  GLADE_HOOKUP_OBJECT (window1, image2694, "image2694");
+  GLADE_HOOKUP_OBJECT (window1, image2760, "image2760");
   GLADE_HOOKUP_OBJECT (window1, menu_close_all1, "menu_close_all1");
-  GLADE_HOOKUP_OBJECT (window1, image2695, "image2695");
+  GLADE_HOOKUP_OBJECT (window1, image2761, "image2761");
   GLADE_HOOKUP_OBJECT (window1, menu_separatormenuitem1, "menu_separatormenuitem1");
   GLADE_HOOKUP_OBJECT (window1, menu_quit1, "menu_quit1");
   GLADE_HOOKUP_OBJECT (window1, edit1, "edit1");
@@ -1542,16 +1515,16 @@
   GLADE_HOOKUP_OBJECT (window1, menu_duplicate_line1, "menu_duplicate_line1");
   GLADE_HOOKUP_OBJECT (window1, separator29, "separator29");
   GLADE_HOOKUP_OBJECT (window1, menu_increase_indent1, "menu_increase_indent1");
-  GLADE_HOOKUP_OBJECT (window1, image2696, "image2696");
+  GLADE_HOOKUP_OBJECT (window1, image2762, "image2762");
   GLADE_HOOKUP_OBJECT (window1, menu_decrease_indent1, "menu_decrease_indent1");
-  GLADE_HOOKUP_OBJECT (window1, image2697, "image2697");
+  GLADE_HOOKUP_OBJECT (window1, image2763, "image2763");
   GLADE_HOOKUP_OBJECT (window1, separator37, "separator37");
   GLADE_HOOKUP_OBJECT (window1, send_selection_to2, "send_selection_to2");
   GLADE_HOOKUP_OBJECT (window1, send_selection_to2_menu, "send_selection_to2_menu");
   GLADE_HOOKUP_OBJECT (window1, invisible13, "invisible13");
   GLADE_HOOKUP_OBJECT (window1, separator18, "separator18");
   GLADE_HOOKUP_OBJECT (window1, add_comments1, "add_comments1");
-  GLADE_HOOKUP_OBJECT (window1, image2698, "image2698");
+  GLADE_HOOKUP_OBJECT (window1, image2764, "image2764");
   GLADE_HOOKUP_OBJECT (window1, add_comments1_menu, "add_comments1_menu");
   GLADE_HOOKUP_OBJECT (window1, menu_add_changelog_entry1, "menu_add_changelog_entry1");
   GLADE_HOOKUP_OBJECT (window1, insert_file_header1, "insert_file_header1");
@@ -1560,11 +1533,11 @@
   GLADE_HOOKUP_OBJECT (window1, insert_gpl_notice2, "insert_gpl_notice2");
   GLADE_HOOKUP_OBJECT (window1, insert_bsd_license_notice2, "insert_bsd_license_notice2");
   GLADE_HOOKUP_OBJECT (window1, insert_date1, "insert_date1");
-  GLADE_HOOKUP_OBJECT (window1, image2699, "image2699");
+  GLADE_HOOKUP_OBJECT (window1, image2765, "image2765");
   GLADE_HOOKUP_OBJECT (window1, insert_date1_menu, "insert_date1_menu");
   GLADE_HOOKUP_OBJECT (window1, invisible8, "invisible8");
   GLADE_HOOKUP_OBJECT (window1, insert_include2, "insert_include2");
-  GLADE_HOOKUP_OBJECT (window1, image2700, "image2700");
+  GLADE_HOOKUP_OBJECT (window1, image2766, "image2766");
   GLADE_HOOKUP_OBJECT (window1, insert_include2_menu, "insert_include2_menu");
   GLADE_HOOKUP_OBJECT (window1, invisible4, "invisible4");
   GLADE_HOOKUP_OBJECT (window1, separator9, "separator9");
@@ -1576,7 +1549,7 @@
   GLADE_HOOKUP_OBJECT (window1, find_previous1, "find_previous1");
   GLADE_HOOKUP_OBJECT (window1, find_in_files1, "find_in_files1");
   GLADE_HOOKUP_OBJECT (window1, replace1, "replace1");
-  GLADE_HOOKUP_OBJECT (window1, image2701, "image2701");
+  GLADE_HOOKUP_OBJECT (window1, image2767, "image2767");
   GLADE_HOOKUP_OBJECT (window1, separator33, "separator33");
   GLADE_HOOKUP_OBJECT (window1, find_nextsel1, "find_nextsel1");
   GLADE_HOOKUP_OBJECT (window1, find_prevsel1, "find_prevsel1");
@@ -1585,11 +1558,11 @@
   GLADE_HOOKUP_OBJECT (window1, previous_message1, "previous_message1");
   GLADE_HOOKUP_OBJECT (window1, separator32, "separator32");
   GLADE_HOOKUP_OBJECT (window1, go_to_line1, "go_to_line1");
-  GLADE_HOOKUP_OBJECT (window1, image2702, "image2702");
+  GLADE_HOOKUP_OBJECT (window1, image2768, "image2768");
   GLADE_HOOKUP_OBJECT (window1, menu_view1, "menu_view1");
   GLADE_HOOKUP_OBJECT (window1, menu_view1_menu, "menu_view1_menu");
   GLADE_HOOKUP_OBJECT (window1, menu_change_font1, "menu_change_font1");
-  GLADE_HOOKUP_OBJECT (window1, image2703, "image2703");
+  GLADE_HOOKUP_OBJECT (window1, image2769, "image2769");
   GLADE_HOOKUP_OBJECT (window1, menu_separator4, "menu_separator4");
   GLADE_HOOKUP_OBJECT (window1, menu_toggle_all_additional_widgets1, "menu_toggle_all_additional_widgets1");
   GLADE_HOOKUP_OBJECT (window1, menu_fullscreen1, "menu_fullscreen1");
@@ -1645,26 +1618,26 @@
   GLADE_HOOKUP_OBJECT (window1, menu_project1, "menu_project1");
   GLADE_HOOKUP_OBJECT (window1, menu_project1_menu, "menu_project1_menu");
   GLADE_HOOKUP_OBJECT (window1, project_new1, "project_new1");
-  GLADE_HOOKUP_OBJECT (window1, image2704, "image2704");
+  GLADE_HOOKUP_OBJECT (window1, image2770, "image2770");
   GLADE_HOOKUP_OBJECT (window1, project_open1, "project_open1");
-  GLADE_HOOKUP_OBJECT (window1, image2705, "image2705");
+  GLADE_HOOKUP_OBJECT (window1, image2771, "image2771");
   GLADE_HOOKUP_OBJECT (window1, project_close1, "project_close1");
-  GLADE_HOOKUP_OBJECT (window1, image2706, "image2706");
+  GLADE_HOOKUP_OBJECT (window1, image2772, "image2772");
   GLADE_HOOKUP_OBJECT (window1, separator34, "separator34");
   GLADE_HOOKUP_OBJECT (window1, project_properties1, "project_properties1");
   GLADE_HOOKUP_OBJECT (window1, menu_build1, "menu_build1");
   GLADE_HOOKUP_OBJECT (window1, tools1, "tools1");
   GLADE_HOOKUP_OBJECT (window1, tools1_menu, "tools1_menu");
   GLADE_HOOKUP_OBJECT (window1, menu_choose_color1, "menu_choose_color1");
-  GLADE_HOOKUP_OBJECT (window1, image2707, "image2707");
+  GLADE_HOOKUP_OBJECT (window1, image2773, "image2773");
   GLADE_HOOKUP_OBJECT (window1, menu_count_words1, "menu_count_words1");
   GLADE_HOOKUP_OBJECT (window1, load_tags1, "load_tags1");
   GLADE_HOOKUP_OBJECT (window1, menu_reload_configuration1, "menu_reload_configuration1");
-  GLADE_HOOKUP_OBJECT (window1, image2708, "image2708");
+  GLADE_HOOKUP_OBJECT (window1, image2774, "image2774");
   GLADE_HOOKUP_OBJECT (window1, menu_help1, "menu_help1");
   GLADE_HOOKUP_OBJECT (window1, menu_help1_menu, "menu_help1_menu");
   GLADE_HOOKUP_OBJECT (window1, help1, "help1");
-  GLADE_HOOKUP_OBJECT (window1, image2709, "image2709");
+  GLADE_HOOKUP_OBJECT (window1, image2775, "image2775");
   GLADE_HOOKUP_OBJECT (window1, website1, "website1");
   GLADE_HOOKUP_OBJECT (window1, keyboard_shortcuts1, "keyboard_shortcuts1");
   GLADE_HOOKUP_OBJECT (window1, debug_messages1, "debug_messages1");
@@ -1828,16 +1801,16 @@
   GtkWidget *menu_duplicate_line2;
   GtkWidget *separator31;
   GtkWidget *menu_increase_indent2;
-  GtkWidget *image2568;
+  GtkWidget *image2748;
   GtkWidget *menu_decrease_indent2;
-  GtkWidget *image2569;
+  GtkWidget *image2749;
   GtkWidget *separator38;
   GtkWidget *send_selection_to1;
   GtkWidget *send_selection_to1_menu;
   GtkWidget *invisible12;
   GtkWidget *separator17;
   GtkWidget *comments;
-  GtkWidget *image2570;
+  GtkWidget *image2750;
   GtkWidget *comments_menu;
   GtkWidget *add_changelog_entry2;
   GtkWidget *insert_file_header2;
@@ -1846,29 +1819,26 @@
   GtkWidget *insert_gpl_notice1;
   GtkWidget *insert_bsd_license_notice1;
   GtkWidget *insert_date2;
-  GtkWidget *image2571;
+  GtkWidget *image2751;
   GtkWidget *insert_date2_menu;
   GtkWidget *invisible10;
   GtkWidget *insert_include1;
-  GtkWidget *image2572;
+  GtkWidget *image2752;
   GtkWidget *insert_include1_menu;
   GtkWidget *invisible3;
   GtkWidget *separator7;
   GtkWidget *find_usage1;
-  GtkWidget *image2573;
+  GtkWidget *image2753;
   GtkWidget *find_document_usage1;
-  GtkWidget *image2574;
+  GtkWidget *image2754;
   GtkWidget *goto_tag_definition1;
   GtkWidget *goto_tag_declaration1;
   GtkWidget *context_action1;
   GtkWidget *separator15;
   GtkWidget *go_to_line;
-  GtkWidget *image2575;
+  GtkWidget *image2755;
   GtkAccelGroup *accel_group;
-  GtkTooltips *tooltips;
 
-  tooltips = gtk_tooltips_new ();
-
   accel_group = gtk_accel_group_new ();
 
   edit_menu1 = gtk_menu_new ();
@@ -1966,17 +1936,17 @@
   gtk_widget_show (menu_increase_indent2);
   gtk_container_add (GTK_CONTAINER (menu_format2_menu), menu_increase_indent2);
 
-  image2568 = gtk_image_new_from_stock ("gtk-indent", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2568);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_increase_indent2), image2568);
+  image2748 = gtk_image_new_from_stock ("gtk-indent", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2748);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_increase_indent2), image2748);
 
   menu_decrease_indent2 = gtk_image_menu_item_new_with_mnemonic (_("_Decrease Indent"));
   gtk_widget_show (menu_decrease_indent2);
   gtk_container_add (GTK_CONTAINER (menu_format2_menu), menu_decrease_indent2);
 
-  image2569 = gtk_image_new_from_stock ("gtk-unindent", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2569);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_decrease_indent2), image2569);
+  image2749 = gtk_image_new_from_stock ("gtk-unindent", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2749);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_decrease_indent2), image2749);
 
   separator38 = gtk_separator_menu_item_new ();
   gtk_widget_show (separator38);
@@ -1990,7 +1960,7 @@
   send_selection_to1_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (send_selection_to1), send_selection_to1_menu);
 
-  invisible12 = gtk_menu_item_new_with_mnemonic ("invisible");
+  invisible12 = gtk_menu_item_new_with_mnemonic (_("invisible"));
   gtk_container_add (GTK_CONTAINER (send_selection_to1_menu), invisible12);
 
   separator17 = gtk_separator_menu_item_new ();
@@ -2002,9 +1972,9 @@
   gtk_widget_show (comments);
   gtk_container_add (GTK_CONTAINER (edit_menu1), comments);
 
-  image2570 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2570);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (comments), image2570);
+  image2750 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2750);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (comments), image2750);
 
   comments_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (comments), comments_menu);
@@ -2012,59 +1982,53 @@
   add_changelog_entry2 = gtk_menu_item_new_with_mnemonic (_("Insert _ChangeLog Entry"));
   gtk_widget_show (add_changelog_entry2);
   gtk_container_add (GTK_CONTAINER (comments_menu), add_changelog_entry2);
-  gtk_tooltips_set_tip (tooltips, add_changelog_entry2, _("Inserts a typical ChangeLog entry in the current file"), NULL);
 
   insert_file_header2 = gtk_menu_item_new_with_mnemonic (_("Insert File _Header"));
   gtk_widget_show (insert_file_header2);
   gtk_container_add (GTK_CONTAINER (comments_menu), insert_file_header2);
-  gtk_tooltips_set_tip (tooltips, insert_file_header2, _("Inserts a file header at the beginning of the file"), NULL);
 
   insert_function_description1 = gtk_menu_item_new_with_mnemonic (_("Insert _Function Description"));
   gtk_widget_show (insert_function_description1);
   gtk_container_add (GTK_CONTAINER (comments_menu), insert_function_description1);
-  gtk_tooltips_set_tip (tooltips, insert_function_description1, _("Inserts a description before the current function"), NULL);
 
   insert_multiline_comment1 = gtk_menu_item_new_with_mnemonic (_("Insert _Multiline Comment"));
   gtk_widget_show (insert_multiline_comment1);
   gtk_container_add (GTK_CONTAINER (comments_menu), insert_multiline_comment1);
-  gtk_tooltips_set_tip (tooltips, insert_multiline_comment1, _("Inserts a multiline comment"), NULL);
 
   insert_gpl_notice1 = gtk_menu_item_new_with_mnemonic (_("Insert _GPL Notice"));
   gtk_widget_show (insert_gpl_notice1);
   gtk_container_add (GTK_CONTAINER (comments_menu), insert_gpl_notice1);
-  gtk_tooltips_set_tip (tooltips, insert_gpl_notice1, _("Inserts a GPL notice (should be done at the beginning of the file)"), NULL);
 
   insert_bsd_license_notice1 = gtk_menu_item_new_with_mnemonic (_("Insert _BSD License Notice"));
   gtk_widget_show (insert_bsd_license_notice1);
   gtk_container_add (GTK_CONTAINER (comments_menu), insert_bsd_license_notice1);
-  gtk_tooltips_set_tip (tooltips, insert_bsd_license_notice1, _("Inserts a BSD license notice (should be done at the beginning of the file)"), NULL);
 
   insert_date2 = gtk_image_menu_item_new_with_mnemonic (_("Insert Dat_e"));
   gtk_widget_show (insert_date2);
   gtk_container_add (GTK_CONTAINER (edit_menu1), insert_date2);
 
-  image2571 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
-  gtk_widget_show (image2571);
-  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (insert_date2), image2571);
+  image2751 = gtk_image_new_from_stock ("gtk-add", GTK_ICON_SIZE_MENU);
+  gtk_widget_show (image2751);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (insert_date2), image2751);
 
   insert_date2_menu = gtk_menu_new ();
   gtk_menu_item_set_submenu (GTK_MENU_ITEM (insert_date2), insert_date2_menu);
 
-  invisible10 = gtk_menu_item_new_with_mnemonic ("invisible");
+  invisible10 = gtk_menu_item_new_with_mnemonic (_("invisible"));

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list