printers: use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772199
This commit is contained in:
parent
eabc878192
commit
1a38c240d1
3 changed files with 3 additions and 3 deletions
|
@ -286,7 +286,7 @@ pp_jobs_dialog_new (GtkWindow *parent,
|
|||
g_signal_connect (clear_all_button, "clicked", G_CALLBACK (on_clear_all_button_clicked), dialog);
|
||||
|
||||
/* Translators: This is the printer name for which we are showing the active jobs */
|
||||
title = g_strdup_printf (C_("Printer jobs dialog title", "%s - Active Jobs"), printer_name);
|
||||
title = g_strdup_printf (C_("Printer jobs dialog title", "%s — Active Jobs"), printer_name);
|
||||
gtk_window_set_title (GTK_WINDOW (dialog->dialog), title);
|
||||
g_free (title);
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<object class="GtkLabel" id="progress-label">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="label" translatable="yes">Loading drivers database...</property>
|
||||
<property name="label" translatable="yes">Loading drivers database…</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
|
@ -648,7 +648,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes" comments="Translators: The CUPS server is not running (we can not connect to it).">Sorry! The system printing service
|
||||
doesn't seem to be available.</property>
|
||||
doesn’t seem to be available.</property>
|
||||
<style>
|
||||
<class name="dim-label"/>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue