Use proper quotation marks
As per https://wiki.gnome.org/GnomeOS/Design/Whiteboards/Typography
This commit is contained in:
@ -673,11 +673,11 @@ error_dialogs (GtkPrintUnixDialog *print_dialog,
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_QUESTION,
|
||||
GTK_BUTTONS_NONE,
|
||||
_("A file named \"%s\" already exists. Do you want to replace it?"),
|
||||
_("A file named “%s” already exists. Do you want to replace it?"),
|
||||
basename);
|
||||
|
||||
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
|
||||
_("The file already exists in \"%s\". Replacing it will "
|
||||
_("The file already exists in “%s”. Replacing it will "
|
||||
"overwrite its contents."),
|
||||
dirname);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user