[geary: 1/6] help-overlay: fix minor typo



commit 27b39a55486dcf9c447f3b177c92bfb24f7a5c8b
Author: Andres Salomon <dilinger queued net>
Date:   Sat Apr 25 18:19:22 2020 -0400

    help-overlay: fix minor typo
    
    '/' is for finding in the current _conversation_ (singular). Match the text here
    with what we have for Ctrl-F.

 ui/gtk/help-overlay.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ui/gtk/help-overlay.ui b/ui/gtk/help-overlay.ui
index d73f2c3a5..49f4059ad 100644
--- a/ui/gtk/help-overlay.ui
+++ b/ui/gtk/help-overlay.ui
@@ -329,7 +329,7 @@
                         <child>
                             <object class="GtkShortcutsShortcut">
                                 <property name="visible">True</property>
-                                <property name="title" translatable="yes" context="shortcut window">Find in 
current conversations</property>
+                                <property name="title" translatable="yes" context="shortcut window">Find in 
current conversation</property>
                                 <property name="accelerator">slash</property>
                             </object>
                         </child>


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