comparison gui/dialog/skinbrowser.c @ 36672:e1e9f2ea17c9

Revise GUI help message texts. Remove colons, ellipses and newlines from the end of the texts. This reduces the amount of texts to be translated, enhances reusability and harmonizes the visual appearance of the different GUI localizations. Additionally, make the necessary code changes.
author ib
date Fri, 31 Jan 2014 16:37:52 +0000
parents 32a4d8f63ae3
children 1285e5ce2054
comparison
equal deleted inserted replaced
36671:55f218d04dd3 36672:e1e9f2ea17c9
109 109
110 gtk_widget_realize( SkinBrowser ); 110 gtk_widget_realize( SkinBrowser );
111 gtkAddIcon( SkinBrowser ); 111 gtkAddIcon( SkinBrowser );
112 112
113 vbox5=gtkAddVBox( gtkAddDialogFrame( SkinBrowser ),0 ); 113 vbox5=gtkAddVBox( gtkAddDialogFrame( SkinBrowser ),0 );
114 gtkAddLabel( MSGTR_SKIN_LABEL,vbox5 ); 114 gtkAddLabel( MSGTR_SKIN_LABEL":",vbox5 );
115 gtkAddHSeparator( vbox5 ); 115 gtkAddHSeparator( vbox5 );
116 116
117 scrolledwindow1=gtk_scrolled_window_new( NULL,NULL ); 117 scrolledwindow1=gtk_scrolled_window_new( NULL,NULL );
118 gtk_widget_ref( scrolledwindow1 ); 118 gtk_widget_ref( scrolledwindow1 );
119 gtk_object_set_data_full( GTK_OBJECT( SkinBrowser ),"scrolledwindow1",scrolledwindow1,(GtkDestroyNotify)gtk_widget_unref ); 119 gtk_object_set_data_full( GTK_OBJECT( SkinBrowser ),"scrolledwindow1",scrolledwindow1,(GtkDestroyNotify)gtk_widget_unref );