[swell-foop] Added application name to about menu item (#11)
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop] Added application name to about menu item (#11)
- Date: Fri, 5 Oct 2018 20:09:00 +0000 (UTC)
commit 08b93d5eb84aa9be5c2676ed4314e82133d8a2be
Author: Robert Roth <robert roth off gmail com>
Date: Fri Oct 5 23:08:46 2018 +0300
Added application name to about menu item (#11)
src/swell-foop.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index f831391..49bee9a 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -148,7 +148,7 @@ public class SwellFoop : Gtk.Application
section = new Menu ();
menu.append_section (null, section);
section.append (_("_Help"), "app.help");
- section.append (_("_About"), "app.about");
+ section.append (_("_About Swell Foop"), "app.about");
set_app_menu (menu);
/* Create a headerbar */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]