summaryrefslogtreecommitdiff
path: root/thunar-volman-settings
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-08-17 21:41:46 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2020-08-17 21:43:01 +0200
commit41de185d16ad9800d90d9cbf9cda4ddaedcc856e (patch)
treee171a646e74d27427dbbbbc84818ba05eecf66d3 /thunar-volman-settings
parente354af0685efab5f3daaeea0280c9439a439407f (diff)
downloadthunar-volman-41de185d16ad9800d90d9cbf9cda4ddaedcc856e.tar.gz
Revert "Change tab label "PDAs" to "Mobile Devices" (Issue #21) Fixes #21"
This reverts commit d0ee261581e8369985a48508e4c569084f6d3d83.
Diffstat (limited to 'thunar-volman-settings')
-rw-r--r--thunar-volman-settings/tvm-preferences-dialog.c4
1 files changed, 2 insertions, 2 deletions
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);