Skip to content
Snippets Groups Projects
Commit f078093f authored by Theo Linkspfeifer's avatar Theo Linkspfeifer :speech_balloon:
Browse files

Switch all labels to title case in preferences dialog

parent 9a312199
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment