[nautilus] mime-actions: fix unhandled type dialog header
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] mime-actions: fix unhandled type dialog header
- Date: Thu, 20 Sep 2018 14:28:17 +0000 (UTC)
commit 3d1a276753962f903a8c27af2fe54a524d61909d
Author: Christopher Hargarten <cphargarten icloud com>
Date: Mon Aug 20 20:56:32 2018 -0500
mime-actions: fix unhandled type dialog header
The 'Could not display' dialog is, admittedly, pretty ugly.
It's not properly capitalized, and, full stops do come
across as rude to the user.
This properly cases & removes the full stop from the
unhandled type dialog header.
https://gitlab.gnome.org/GNOME/nautilus/issues/583
src/nautilus-mime-actions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-mime-actions.c b/src/nautilus-mime-actions.c
index 8f691b4f3..56feb82e9 100644
--- a/src/nautilus-mime-actions.c
+++ b/src/nautilus-mime-actions.c
@@ -1011,7 +1011,7 @@ get_application_no_mime_type_handler_message (NautilusFile *file,
* white space then the text-wrapping code is too stupid to wrap it.
*/
uri_for_display = eel_str_middle_truncate (name, MAX_URI_IN_DIALOG_LENGTH);
- error_message = g_strdup_printf (_("Could not display ā%sā."), uri_for_display);
+ error_message = g_strdup_printf (_("Could Not Display ā%sā"), uri_for_display);
g_free (uri_for_display);
g_free (name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]