[gnome-commander: 1/2] Update name of settings category




commit 71c2a13760ddf2fc2d7071d30c6f6741778dbecd
Author: Philipp Kiemle <philipp kiemle gmail com>
Date:   Sat Jul 24 16:32:55 2021 +0000

    Update name of settings category

 src/gnome-cmd-file-list.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index 8e7121b5..cd37d89a 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -1332,7 +1332,7 @@ static void mime_exec_single (GnomeCmdFile *f)
     {
         auto contentType = f->GetGfileAttributeString(G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE);
         gchar *msg = g_strdup_printf (_("No default application found for the file type %s."), contentType);
-        gnome_cmd_show_message (nullptr, msg, _("Open the \"File types and programs\" page in the Control 
Center to add one."));
+        gnome_cmd_show_message (nullptr, msg, _("Open the \"Applications\" page in the Control Center to add 
one."));
         g_free (contentType);
         g_free (msg);
         return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]