diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-20 08:14:41 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-20 08:14:41 +0800 |
commit | 8bf4f4ed2eb07f7a31bb200942c800fd06cf9931 (patch) | |
tree | c486eabca7f5b0c74802d13dbf24ff66b8f03792 | |
parent | 59ad9dc53e0d650a58aa423998f38fea70f13dd3 (diff) | |
download | gsoc2013-evolution-8bf4f4ed2eb07f7a31bb200942c800fd06cf9931.tar.gz gsoc2013-evolution-8bf4f4ed2eb07f7a31bb200942c800fd06cf9931.tar.zst gsoc2013-evolution-8bf4f4ed2eb07f7a31bb200942c800fd06cf9931.zip |
changing file selector window title from "Execute command..." to "Select
2005-12-20 Andre Klapper <a9016009@gmx.de>
* mail-config.glade: changing file selector window title from
"Execute command..." to "Select sound file". Fixes bug 324173.
svn path=/trunk/; revision=30885
-rw-r--r-- | mail/mail-config.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 2b25d4e5da..26590b95cd 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -5488,7 +5488,7 @@ For example: "Work" or "Personal"</property> <widget class="GnomeFileEntry" id="fileNotifyPlaySound"> <property name="visible">True</property> <property name="max_saved">10</property> - <property name="browse_dialog_title" translatable="yes">Execute Command...</property> + <property name="browse_dialog_title" translatable="yes">Select sound file</property> <property name="directory_entry">False</property> <property name="modal">False</property> <property name="use_filechooser">True</property> |