summaryrefslogtreecommitdiff
path: root/src/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree.c')
-rw-r--r--src/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tree.c b/src/tree.c
index cebbd99..754f40a 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -54,8 +54,8 @@ static void zenity_tree_dialog_output (void);
static void
show_mid_search_deprecation_warning (void)
{
- g_printerr ("Warning: --mid-search is deprecated and will be removed in a "
- "future version of zenity. Ignoring.\n");
+ g_printerr (_("Warning: --mid-search is deprecated and will be removed in a "
+ "future version of zenity. Ignoring.\n"));
}
static gboolean
zenity_tree_handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data)