Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions src/Library/demos/Text Fields/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Adw.Clamp {
Entry entry_icon {
primary-icon-name: "about-symbolic";
primary-icon-activatable: true;
primary-icon-tooltip-text: "Click on me";
primary-icon-tooltip-text: "Click on Me";
secondary-icon-name: "bell-symbolic";
secondary-icon-tooltip-text: "No click on me";
secondary-icon-tooltip-text: "No Click on Me";
}
}

Expand All @@ -108,7 +108,7 @@ Adw.Clamp {
Entry entry_progress {
progress-fraction: 0;
primary-icon-name: "media-playback-start-symbolic";
primary-icon-tooltip-text: "Play animation";
primary-icon-tooltip-text: "Play Animation";
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ${getBlueprintVersion()}
"Sriyansh Shivam https://linktr.ee/sonic_here",
"Angelo Verlain https://www.vixalien.com",
"bazylevnik0 https://github.com/bazylevnik0",
"Felipe Kinoshita https://mastodon.social/@fkinoshita",
// Add yourself as
// "John Doe",
// or
Expand Down
13 changes: 7 additions & 6 deletions src/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Gtk.ApplicationWindow window {
MenuButton button_menu {
menu-model: menu_app;
icon-name: "open-menu-symbolic";
tooltip-text: _("Main Menu");
primary: true;
}

Expand Down Expand Up @@ -155,7 +156,7 @@ Gtk.ApplicationWindow window {
"Vala",
]
};
tooltip-text: _("Switch document");
tooltip-text: _("Switch Document");
}
}
}
Expand Down Expand Up @@ -229,11 +230,11 @@ Gtk.ApplicationWindow window {
"Blueprint",
]
};
tooltip-text: _("Convert and switch syntax");
tooltip-text: _("Convert and Switch Syntax");
}
Button button_ui_experimental_blueprint {
icon-name: "applications-science-symbolic";
tooltip-text: _("Information about Blueprint");
tooltip-text: _("Information About Blueprint");
}
}
}
Expand Down Expand Up @@ -283,7 +284,7 @@ Gtk.ApplicationWindow window {
_("Center"),
]
};
tooltip-text: _("Select Preview mode");
tooltip-text: _("Select Preview Mode");
}

[end]
Expand Down Expand Up @@ -388,7 +389,7 @@ Gtk.ApplicationWindow window {
use-underline: true;
};
action-name: "win.console";
tooltip-text: _("Show logs (Ctrl+Shift+K)");
tooltip-text: _("Show Logs (Ctrl+Shift+K)");
}

Button button_inspector {
Expand All @@ -412,7 +413,7 @@ Gtk.ApplicationWindow window {
use-underline: true;
};
action-name: "win.clear";
tooltip-text: _("Clear console (Ctrl+K)");
tooltip-text: _("Clear Console (Ctrl+K)");
}
}
}
Expand Down