mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
This commit is contained in:
@ -103,7 +103,7 @@ main (gint argc,
|
||||
|
||||
sp_clock_init ();
|
||||
|
||||
context = g_option_context_new (_("[CAPTURE_FILE] - Sysprof"));
|
||||
context = g_option_context_new (_("[CAPTURE_FILE] — Sysprof"));
|
||||
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
|
||||
|
||||
if (!g_option_context_parse (context, &argc, &argv, &error))
|
||||
|
||||
Reference in New Issue
Block a user