summaryrefslogtreecommitdiff
path: root/daemon/gdm-display-access-file.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-09-29 22:41:37 +0200
committerRay Strode <rstrode@redhat.com>2017-06-22 15:09:24 -0400
commit95b0209e795e1c04669649fb710c87d089cc3d6a (patch)
tree333a65560ab2e2c8678f1e442401b03602cfba95 /daemon/gdm-display-access-file.c
parent0963d6e5d8d5b69d19c1b0a724fcb74da8d5dfdd (diff)
downloadgdm-95b0209e795e1c04669649fb710c87d089cc3d6a.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772203
Diffstat (limited to 'daemon/gdm-display-access-file.c')
-rw-r--r--daemon/gdm-display-access-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-display-access-file.c b/daemon/gdm-display-access-file.c
index 02ec0a0b..9bf818d2 100644
--- a/daemon/gdm-display-access-file.c
+++ b/daemon/gdm-display-access-file.c
@@ -297,7 +297,7 @@ _create_xauth_file_for_user (const char *username,
g_set_error (error,
GDM_DISPLAY_ERROR,
GDM_DISPLAY_ERROR_GETTING_USER_INFO,
- _("could not find user \"%s\" on system"),
+ _("could not find user “%s” on system"),
username);
goto out;