diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-02-18 03:22:22 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-02-18 03:22:22 +0800 |
commit | 5b5d9947a5e2b8ad34ca2c8a968537089b9a345b (patch) | |
tree | 632f9c3fa98164b8dcf778f1d15ab7178b109353 /calendar/gui | |
parent | 90d4d45e477319d6d7faffc28601c75051b54a08 (diff) | |
download | gsoc2013-evolution-5b5d9947a5e2b8ad34ca2c8a968537089b9a345b.tar.gz gsoc2013-evolution-5b5d9947a5e2b8ad34ca2c8a968537089b9a345b.tar.zst gsoc2013-evolution-5b5d9947a5e2b8ad34ca2c8a968537089b9a345b.zip |
Use same mnemonic for 'Categories' button in Task editor as in all other dialogs as it does not collide with other mnemonics
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/task-page.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-page.ui b/calendar/gui/dialogs/task-page.ui index cdc6955c3f..32faa1fcc5 100644 --- a/calendar/gui/dialogs/task-page.ui +++ b/calendar/gui/dialogs/task-page.ui @@ -132,7 +132,7 @@ </child> <child> <object class="GtkButton" id="categories-button"> - <property name="label" translatable="yes">Categor_ies...</property> + <property name="label" translatable="yes">Ca_tegories...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |