diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-15 20:09:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-18 22:57:36 +0800 |
commit | 776d7f50b565424e4ab5306af56986e59c00d3b9 (patch) | |
tree | 76435741321e1ab3f4ed8c8ee08b35f77075e014 /shell/e-shell-view.c | |
parent | 6b4c11f9330df60a3fd5f9b86505799f2c72582b (diff) | |
download | gsoc2013-evolution-776d7f50b565424e4ab5306af56986e59c00d3b9.tar.gz gsoc2013-evolution-776d7f50b565424e4ab5306af56986e59c00d3b9.tar.zst gsoc2013-evolution-776d7f50b565424e4ab5306af56986e59c00d3b9.zip |
EShellView: Mark a string for translation.
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index ab3f3973de..94b381f4c5 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -293,10 +293,8 @@ shell_view_save_state (EShellView *shell_view) FALSE, G_FILE_CREATE_PRIVATE, (GAsyncReadyCallback) shell_view_save_state_done_cb, data); -#if 0 /* FIXME Enable this for 2.31 and mark the string for translation. */ e_activity_set_primary_text ( - activity, ("Saving user interface state")); -#endif + activity, (_("Saving user interface state"))); e_shell_backend_add_activity (shell_backend, activity); |