[gnome-commander] Make a dialog string translatable
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Make a dialog string translatable
- Date: Sun, 11 Jul 2021 21:45:33 +0000 (UTC)
commit 8e965cd97fabc789baeadffe011a65c86697995c
Author: Uwe Scholz <u scholz83 gmx de>
Date: Sun Jul 11 22:10:39 2021 +0200
Make a dialog string translatable
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 245c0509..b851d97b 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -1314,7 +1314,7 @@ static void mime_exec_single (GnomeCmdFile *f)
if (gAppInfo == nullptr)
{
gchar *msg = g_strdup_printf (_("No default application found for the MIME type %s."),
f->info->mime_type);
- 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 \"File types and programs\" page in the Control
Center to add one."));
g_free (msg);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]