summaryrefslogtreecommitdiff
path: root/thunar-volman-settings
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-08-16 10:42:33 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2020-08-16 10:42:33 +0200
commitd0ee261581e8369985a48508e4c569084f6d3d83 (patch)
tree1e3ddcda51111c222acde956ad676de32510b620 /thunar-volman-settings
parent7da2f9ff53e0b7991f332899e2ff412b6d3fe89f (diff)
downloadthunar-volman-d0ee261581e8369985a48508e4c569084f6d3d83.tar.gz
Change tab label "PDAs" to "Mobile Devices" (Issue #21)
Fixes #21
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 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);