Merge branch 'firstContribution' into 'master'

Removing the "approximately"

See merge request GNOME/nautilus!105
This commit is contained in:
Carlos Soriano 2018-03-14 15:23:14 +00:00
commit 72cc853f45

View file

@ -347,8 +347,8 @@ get_formatted_time (int seconds)
return res; return res;
} }
return g_strdup_printf (ngettext ("approximately %'d hour", return g_strdup_printf (ngettext ("%'d hour",
"approximately %'d hours", "%'d hours",
hours), hours); hours), hours);
} }