mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Merge branch 'firstContribution' into 'master'
Removing the "approximately" See merge request GNOME/nautilus!105
This commit is contained in:
commit
72cc853f45
1 changed files with 2 additions and 2 deletions
|
@ -347,8 +347,8 @@ get_formatted_time (int seconds)
|
|||
return res;
|
||||
}
|
||||
|
||||
return g_strdup_printf (ngettext ("approximately %'d hour",
|
||||
"approximately %'d hours",
|
||||
return g_strdup_printf (ngettext ("%'d hour",
|
||||
"%'d hours",
|
||||
hours), hours);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue