[nautilus: 1/2] file-operations.c: remove "approximately" from the copy/delete/transfer dialog
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus: 1/2] file-operations.c: remove "approximately" from the copy/delete/transfer dialog
- Date: Wed, 14 Mar 2018 15:24:56 +0000 (UTC)
commit be87c5f805db12112debbb0ca96de669d351ebda
Author: Michael Roth <michael roth mensa cz>
Date: Thu Feb 22 17:52:25 2018 +0100
file-operations.c: remove "approximately" from the copy/delete/transfer dialog
Currently the copy/delete/transfer dialog includes the word
"approximately" in the execution time estimation part of the dialog
However, it is quite obvious that the time estimation is just
"approximate", so the word itself is unnecessary.
Currently there are issues with the dialog size not offering enough
space for the time estimation string, thus removing the redundant word
might be a solution.
src/nautilus-file-operations.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-file-operations.c b/src/nautilus-file-operations.c
index eb5c8deec..49fa113cc 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -346,8 +346,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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]