summaryrefslogtreecommitdiff
path: root/thunar
diff options
context:
space:
mode:
authorTheo Linkspfeifer <lastonestanding@tutanota.com>2022-02-13 17:21:48 +0000
committerTheo Linkspfeifer <lastonestanding@tutanota.com>2022-02-13 17:21:48 +0000
commitf078093fbbaef0ac16eebc7aaad2793b9cdf1d01 (patch)
tree143f5c8a1d1077e24759867ddbde5d369e241005 /thunar
parent9a312199f1e9ced424dffb2e4cdd56fa82911348 (diff)
downloadthunar-f078093fbbaef0ac16eebc7aaad2793b9cdf1d01.tar.gz
Switch all labels to title case in preferences dialog
Diffstat (limited to 'thunar')
-rw-r--r--thunar/thunar-preferences-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thunar/thunar-preferences-dialog.c b/thunar/thunar-preferences-dialog.c
index 8ea14635..fbfcaf77 100644
--- a/thunar/thunar-preferences-dialog.c
+++ b/thunar/thunar-preferences-dialog.c
@@ -518,7 +518,7 @@ thunar_preferences_dialog_init (ThunarPreferencesDialog *dialog)
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, TRUE, 0);
gtk_widget_show (frame);
- label = gtk_label_new (_("Window icon"));
+ label = gtk_label_new (_("Window Icon"));
gtk_label_set_attributes (GTK_LABEL (label), thunar_pango_attr_list_bold ());
gtk_frame_set_label_widget (GTK_FRAME (frame), label);
gtk_widget_show (label);
@@ -981,7 +981,7 @@ thunar_preferences_dialog_init (ThunarPreferencesDialog *dialog)
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, TRUE, 0);
gtk_widget_show (frame);
- label = gtk_label_new (_("File transfer"));
+ label = gtk_label_new (_("File Transfer"));
gtk_label_set_attributes (GTK_LABEL (label), thunar_pango_attr_list_bold ());
gtk_frame_set_label_widget (GTK_FRAME (frame), label);
gtk_widget_show (label);