Skip to content

Commit

Permalink
FilesView: Remove trailing elipsize for About
Browse files Browse the repository at this point in the history
Because GNOME apps e.g. Files or Text Editor does not have it
  • Loading branch information
ryonakano committed Jan 23, 2024
1 parent 29c742f commit 58dbf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/FilesView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class FilesView : Gtk.Box {
var menu = new GLib.Menu ();
menu.append_submenu (_("Style"), theme_submenu);
///TRANSLATORS: %s will be replaced by the app name (Pin It!)
menu.append (_("About %s").printf (Constants.APP_NAME), "app.about");
menu.append (_("About %s").printf (Constants.APP_NAME), "app.about");

var preferences_button = new Gtk.MenuButton () {
tooltip_text = _("Preferences"),
Expand Down

0 comments on commit 58dbf63

Please sign in to comment.