a typo in src/View/Gtk/Main.hpp

Bug #2024140 reported by xiao sheng wen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Grub Customizer
New
Undecided
Unassigned

Bug Description

Hi,

There is one typo in src/View/Gtk/Main.hpp line 559

currectly would be currently.

--- grub-customizer-5.2.3.orig/src/View/Gtk/Main.hpp
+++ grub-customizer-5.2.3/src/View/Gtk/Main.hpp
@@ -556,7 +556,7 @@ class View_Gtk_Main : public View_Main {
  public: void showProxyNotFoundMessage()
  {
   Gtk::MessageDialog msg(gettext("Proxy binary not found!"), false, Gtk::MESSAGE_WARNING);
- msg.set_secondary_text(gettext("You will see all entries (uncustomized) when you run grub. This error accurs (in most cases), when you didn't install grub gustomizer currectly."));
+ msg.set_secondary_text(gettext("You will see all entries (uncustomized) when you run grub. This error accurs (in most cases), when you didn't install grub gustomizer currently."));
   msg.run();
  }

Thanks!
xiao sheng wen

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.