[gthumb/ext] use "files" instead of "images" to be more generic
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] use "files" instead of "images" to be more generic
- Date: Sun, 11 Oct 2009 20:59:11 +0000 (UTC)
commit 4d5b96119c2109f2a6b522650bf1ea6c4df529c8
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Oct 11 21:15:51 2009 +0200
use "files" instead of "images" to be more generic
extensions/list_tools/callbacks.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/list_tools/callbacks.c b/extensions/list_tools/callbacks.c
index e6a24df..5275725 100644
--- a/extensions/list_tools/callbacks.c
+++ b/extensions/list_tools/callbacks.c
@@ -228,7 +228,7 @@ list_tools__gth_browser_construct_cb (GthBrowser *browser)
data->tool_item = gth_toggle_menu_tool_button_new ();
gtk_tool_button_set_label (GTK_TOOL_BUTTON (data->tool_item), _("Tools"));
- gtk_widget_set_tooltip_text (GTK_WIDGET (data->tool_item), _("Batch tools for multiple images"));
+ gtk_widget_set_tooltip_text (GTK_WIDGET (data->tool_item), _("Batch tools for multiple files"));
gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (data->tool_item), GTK_STOCK_EXECUTE);
gth_toggle_menu_tool_button_set_menu (GTH_TOGGLE_MENU_TOOL_BUTTON (data->tool_item), gtk_ui_manager_get_widget (gth_browser_get_ui_manager (browser), "/ListToolsPopup"));
gtk_widget_show (GTK_WIDGET (data->tool_item));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]