File: 020-fix-typo-src-View-Gtk-Main.hpp.patch

package info (click to toggle)
grub-customizer 5.2.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,296 kB
  • sloc: cpp: 14,887; sh: 4; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix typo in src/View/Gtk/Main.hpp
 currectly --> currently
Author: xiao sheng wen <atzlinux@sina.com>
Forwarded: https://bugs.launchpad.net/grub-customizer/+bug/2024140
Last-Update: 2023-06-16

---
--- 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();
 	}