From d0ee261581e8369985a48508e4c569084f6d3d83 Mon Sep 17 00:00:00 2001 From: Alexander Schwinn Date: Sun, 16 Aug 2020 10:42:33 +0200 Subject: Change tab label "PDAs" to "Mobile Devices" (Issue #21) Fixes #21 --- thunar-volman-settings/tvm-preferences-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thunar-volman-settings') diff --git a/thunar-volman-settings/tvm-preferences-dialog.c b/thunar-volman-settings/tvm-preferences-dialog.c index 8609550..6974b6d 100644 --- a/thunar-volman-settings/tvm-preferences-dialog.c +++ b/thunar-volman-settings/tvm-preferences-dialog.c @@ -416,9 +416,9 @@ tvm_preferences_dialog_init (TvmPreferencesDialog *dialog) gtk_widget_show (entry); /* - PDAs + Mobile Devices */ - label = gtk_label_new (_("PDAs")); + label = gtk_label_new (_("Mobile Devices")); vbox = g_object_new (GTK_TYPE_BOX, "orientation", GTK_ORIENTATION_VERTICAL, "border-width", 12, "spacing", 18, NULL); gtk_notebook_append_page (GTK_NOTEBOOK (notebook), vbox, label); gtk_widget_show (label); -- cgit v1.2.1