Gradience/data/ui/log_out_dialog.blp

8 lines
181 B
Text
Raw Normal View History

using Gtk 4.0;
using Adw 1;
template GradienceLogOutDialog : Adw.MessageDialog {
heading: _("Log out");
body: _("For the changes to take full effect, you need to log out.");
}