[epiphany] Missing ellipses on the preferences dialog



commit b67a1059ff1583b500253e3ef6d4424d6f1975db
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Dec 12 12:24:08 2014 +0100

    Missing ellipses on the preferences dialog
    
    mcatanzaro: aday: Hey! When you have a menu item that opens a dialog you
    have to use ellipses to indicate that further input will be required.
    Does that rule also apply to text buttons that open dialogs?01:52:47 PM
    aday: mcatanzaro: yep01:54:05 PM
    aday: the label has to be an action though01:54:28 PM
    aday: Print...01:54:34 PM
    aday: Open...01:54:36 PM
    aday: i saw Properties... the other day01:54:46 PM
    aday: that's wrong01:54:49 PM
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741436

 src/resources/prefs-dialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/prefs-dialog.ui b/src/resources/prefs-dialog.ui
index 0ce0634..da5c7da 100644
--- a/src/resources/prefs-dialog.ui
+++ b/src/resources/prefs-dialog.ui
@@ -659,7 +659,7 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="manage_cookies_button">
-                            <property name="label" translatable="yes">Manage _Cookies</property>
+                            <property name="label" translatable="yes">Manage _Cookies…</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
@@ -837,7 +837,7 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="manage_passwords_button">
-                            <property name="label" translatable="yes">Manage _Passwords</property>
+                            <property name="label" translatable="yes">Manage _Passwords…</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>


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