From 41de185d16ad9800d90d9cbf9cda4ddaedcc856e Mon Sep 17 00:00:00 2001 From: Alexander Schwinn Date: Mon, 17 Aug 2020 21:41:46 +0200 Subject: Revert "Change tab label "PDAs" to "Mobile Devices" (Issue #21) Fixes #21" This reverts commit d0ee261581e8369985a48508e4c569084f6d3d83. --- 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 6974b6d..8609550 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); /* - Mobile Devices + PDAs */ - label = gtk_label_new (_("Mobile Devices")); + label = gtk_label_new (_("PDAs")); 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