Gradience/data/ui/log_out_dialog.blp
salarua d565375a5f
Proofreading (#785)
Signed-off-by: salarua <104225819+salarua@users.noreply.github.com>
Signed-off-by: David Lapshin <ddaudix@gmail.com>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: David Lapshin <ddaudix@gmail.com>
2023-06-20 16:34:17 +00:00

7 lines
218 B
Text

using Gtk 4.0;
using Adw 1;
template GradienceLogOutDialog : Adw.MessageDialog {
heading: _("Log out"); // TODO: redundant? how can we not repeat ourselves?
body: _("Log out to allow changes to take effect.");
}