X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-properties-fonts.c;h=45039a7ae29fb7f0c5bb9c77f2ac1365e2f471fc;hb=64f2cca8898d08f2b8c549d98a9c5869f7035e3f;hp=1670616d1dc75efe84c81047668f41c706f1af1e;hpb=7401194be132a52138b9a40e29c63847d125795d;p=evince.git diff --git a/shell/ev-properties-fonts.c b/shell/ev-properties-fonts.c index 1670616d..45039a7a 100644 --- a/shell/ev-properties-fonts.c +++ b/shell/ev-properties-fonts.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H @@ -159,7 +159,7 @@ update_progress_label (GtkWidget *label, double progress) { if (progress > 0) { char *progress_text; - progress_text = g_strdup_printf (_("Gathering font information... %3d%%"), + progress_text = g_strdup_printf (_("Gathering font information… %3d%%"), (int) (progress * 100)); gtk_label_set_text (GTK_LABEL (label), progress_text); g_free (progress_text);