Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MainView: fix markup gtk warning #121

Merged
merged 2 commits into from
Feb 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/MainView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class DateTime.MainView : Switchboard.SettingsPage {
var week_number_label = new Granite.HeaderLabel (_("Show Week Numbers")) {
hexpand = true,
mnemonic_widget = week_number_switch,
secondary_text = _("e.g. in Calendar and the Date & Time Panel indicator")
secondary_text = _("e.g. in Calendar and the Date & Time Panel indicator")
};

var week_number_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 12);
Expand Down
Loading