spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit b9905f27e9b05712ef37a9ce10a2a5d120629708
parent c82aa461f4274b28da29b3ba8d5ea97e5cb91bf9
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun,  8 Jul 2012 17:38:16 -0700

i18n: Clarifying comment for translator-credits

Diffstat:
Msrc/spek-window.vala | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/spek-window.vala b/src/spek-window.vala @@ -259,6 +259,7 @@ namespace Spek { } catch (Error e) { dlg.logo_icon_name = "spek"; } + // TRANSLATORS: Add your name here dlg.translator_credits = _("translator-credits"); dlg.set_transient_for (this); dlg.destroy_with_parent = true;