[gnome-commander] Improve error message string
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Improve error message string
- Date: Mon, 12 Jul 2021 15:57:16 +0000 (UTC)
commit 1dcfefef09c18a99c5a7c4dab6244be8ed77ad78
Author: Uwe Scholz <u scholz83 gmx de>
Date: Mon Jul 12 17:55:25 2021 +0200
Improve error message string
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 f7d4514b..a38fac60 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -1336,7 +1336,7 @@ static void mime_exec_single (GnomeCmdFile *f)
if (gAppInfo == nullptr)
{
auto contentType = f->GetGfileAttributeString(G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE);
- gchar *msg = g_strdup_printf (_("No default application found for the application type %s."),
contentType);
+ 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."));
g_free (contentType);
g_free (msg);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]