[gtk: 1/2] Use commas to differentiate between text and filename
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/2] Use commas to differentiate between text and filename
- Date: Wed, 24 Jul 2019 13:51:42 +0000 (UTC)
commit 7d1c6272bea569cb065fc0569fd9177a08314025
Author: Jordi Mas <jmas softcatala org>
Date: Wed Jul 24 13:51:22 2019 +0000
Use commas to differentiate between text and filename
gdk/x11/gdkapplaunchcontext-x11.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/x11/gdkapplaunchcontext-x11.c b/gdk/x11/gdkapplaunchcontext-x11.c
index 58e8f380ef..adc11bf4ec 100644
--- a/gdk/x11/gdkapplaunchcontext-x11.c
+++ b/gdk/x11/gdkapplaunchcontext-x11.c
@@ -289,7 +289,7 @@ gdk_x11_app_launch_context_get_startup_notify_id (GAppLaunchContext *context,
files_count = g_list_length (files);
if (files_count == 0)
{
- description = g_strdup_printf (_("Starting %s"), g_app_info_get_name (info));
+ description = g_strdup_printf (_("Starting ā%sā"), g_app_info_get_name (info));
}
else if (files_count == 1)
{
@@ -302,7 +302,7 @@ gdk_x11_app_launch_context_get_startup_notify_id (GAppLaunchContext *context,
0, NULL, NULL);
display_name = get_display_name (files->data, fileinfo);
- description = g_strdup_printf (_("Opening %s"), display_name);
+ description = g_strdup_printf (_("Opening ā%sā"), display_name);
g_free (display_name);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]