/pidgin/main: 73268625f18c: Better comment for a screenshot name...
Tomasz Wasilczyk <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 73268625f18cb6cb7ce9fcc7851dd5210e410bd4 Author: Tomasz Wasilczyk <[email protected]> Date: 2014-05-21 19:54 +0200 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/73268625f18c Description: Better comment for a screenshot name prefix diffstat: pidgin/plugins/screencap.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diffs (13 lines): diff --git a/pidgin/plugins/screencap.c b/pidgin/plugins/screencap.c --- a/pidgin/plugins/screencap.c +++ b/pidgin/plugins/screencap.c @@ -321,7 +321,8 @@ scrncap_draw_window_response(GtkDialog * image = scrncap_pixbuf_to_image(result); /* translators: this is the file name prefix, - * keep it lowercase and pure ASCII */ + * keep it lowercase and pure ASCII. + * Please avoid "_" character, use "-" instead. */ fname_prefix = _("screenshot-"); fname = g_strdup_printf("%s%u", fname_prefix, ++fname_no); purple_image_set_friendly_filename(image, fname);