We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f43e12f + fc5f0f0 commit 434db7fCopy full SHA for 434db7f
src/window.vala
@@ -134,6 +134,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
134
135
var publish_button = new Gtk.Button.from_icon_name("document-send",
136
Gtk.IconSize.SMALL_TOOLBAR);
137
+ publish_button.tooltip_text = _("Publish to Write.as on the web");
138
publish_button.clicked.connect(() => {
139
canvas.buffer.text += "\n\n" + publish();
140
0 commit comments