gimp r26042 - in trunk: . app/config app/widgets



Author: neo
Date: Thu Jul  3 10:17:19 2008
New Revision: 26042
URL: http://svn.gnome.org/viewvc/gimp?rev=26042&view=rev

Log:
2008-07-03  Sven Neumann  <sven gimp org>

	* app/widgets/gimpsettingsbox.c (gimp_settings_box_constructor)
	* app/widgets/gimpsettingseditor.c (gimp_settings_editor_constructor):
	removed trailing period from tooltip texts.

	* app/config/gimprc-blurbs.h: don't mark USER_MANUAL_ONLINE_BLURB
	for translation, it is not used in the user interface.


Modified:
   trunk/ChangeLog
   trunk/app/config/gimprc-blurbs.h
   trunk/app/widgets/gimpsettingsbox.c
   trunk/app/widgets/gimpsettingseditor.c

Modified: trunk/app/config/gimprc-blurbs.h
==============================================================================
--- trunk/app/config/gimprc-blurbs.h	(original)
+++ trunk/app/config/gimprc-blurbs.h	Thu Jul  3 10:17:19 2008
@@ -420,8 +420,8 @@
 N_("When enabled, pressing F1 will open the help browser.")
 
 #define USER_MANUAL_ONLINE_BLURB  \
-N_("When enabled, the online user manual will be used by the help system. " \
-   "Otherwise the locally installed copy is used.")
+"When enabled, the online user manual will be used by the help system. " \
+"Otherwise the locally installed copy is used."
 
 #define USER_MANUAL_ONLINE_URI_BLURB \
 "The location of the online user manual. This is used if " \

Modified: trunk/app/widgets/gimpsettingsbox.c
==============================================================================
--- trunk/app/widgets/gimpsettingsbox.c	(original)
+++ trunk/app/widgets/gimpsettingsbox.c	Thu Jul  3 10:17:19 2008
@@ -244,7 +244,7 @@
   gtk_container_add (GTK_CONTAINER (button), image);
   gtk_widget_show (image);
 
-  gimp_help_set_help_data (button, _("Add settings to favorites."), NULL);
+  gimp_help_set_help_data (button, _("Add settings to favorites"), NULL);
 
   g_signal_connect (button, "clicked",
                     G_CALLBACK (gimp_settings_box_favorite_activate),

Modified: trunk/app/widgets/gimpsettingseditor.c
==============================================================================
--- trunk/app/widgets/gimpsettingseditor.c	(original)
+++ trunk/app/widgets/gimpsettingseditor.c	Thu Jul  3 10:17:19 2008
@@ -171,7 +171,7 @@
   editor->import_button =
     gimp_editor_add_button (GIMP_EDITOR (tree_view),
                             GTK_STOCK_OPEN,
-                            _("Import setting from a file."),
+                            _("Import settings from a file"),
                             NULL,
                             G_CALLBACK (gimp_settings_editor_import_clicked),
                             NULL,
@@ -180,7 +180,7 @@
   editor->export_button =
     gimp_editor_add_button (GIMP_EDITOR (tree_view),
                             GTK_STOCK_SAVE,
-                            _("Export the selected setting to a file."),
+                            _("Export the selected settings to a file"),
                             NULL,
                             G_CALLBACK (gimp_settings_editor_export_clicked),
                             NULL,
@@ -189,7 +189,7 @@
   editor->delete_button =
     gimp_editor_add_button (GIMP_EDITOR (tree_view),
                             GTK_STOCK_DELETE,
-                            _("Delete the selected setting"),
+                            _("Delete the selected settings"),
                             NULL,
                             G_CALLBACK (gimp_settings_editor_delete_clicked),
                             NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]