Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772210
This commit is contained in:
@ -390,7 +390,7 @@ GOptionEntry gnome_shell_options[] = {
|
||||
{
|
||||
"mode", 0, 0, G_OPTION_ARG_STRING,
|
||||
&session_mode,
|
||||
N_("Use a specific mode, e.g. \"gdm\" for login screen"),
|
||||
N_("Use a specific mode, e.g. “gdm” for login screen"),
|
||||
"MODE"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user