[geary: 1/2] Fixed i18n




commit 6023aac70e22671914fb915ea0209b54539d76c5
Author: Marek Černocký <marek manet cz>
Date:   Fri Nov 27 17:56:31 2020 +0100

    Fixed i18n

 src/client/conversation-viewer/conversation-message.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/conversation-viewer/conversation-message.vala 
b/src/client/conversation-viewer/conversation-message.vala
index 109c4a1c8..87f449644 100644
--- a/src/client/conversation-viewer/conversation-message.vala
+++ b/src/client/conversation-viewer/conversation-message.vala
@@ -257,7 +257,7 @@ public class ConversationMessage : Gtk.Grid, Geary.BaseInterface {
                 // too many email addresses to be shown by default in
                 // an email's header. The string substitution is the
                 // number of extra email to be shown.
-                _("%d more…").printf(this.children - SHORT_RESULTS)
+                ngettext("%d more…", "%d more…", this.children - SHORT_RESULTS).printf(this.children - 
SHORT_RESULTS)
             );
         }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]