mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772221
This commit is contained in:
@@ -40,7 +40,7 @@ static const GOptionEntry entries[] = {
|
||||
{ "direct", 'D', 0, G_OPTION_ARG_FILENAME_ARRAY, &watch_direct,
|
||||
N_("Monitor a file directly (notices changes made via hardlinks)"), N_("LOCATION") },
|
||||
{ "silent", 's', 0, G_OPTION_ARG_FILENAME_ARRAY, &watch_silent,
|
||||
N_("Monitors a file directly, but doesn't report changes"), N_("LOCATION") },
|
||||
N_("Monitors a file directly, but doesn’t report changes"), N_("LOCATION") },
|
||||
{ "no-moves", 'n', 0, G_OPTION_ARG_NONE, &no_moves,
|
||||
N_("Report moves and renames as simple deleted/created events"), NULL },
|
||||
{ "mounts", 'm', 0, G_OPTION_ARG_NONE, &mounts,
|
||||
|
Reference in New Issue
Block a user