commit be2ef97f79bd1b57907b6241cbbcce41f92b7830 parent e47aa22e10c82e57c3eee7fff1efefd214a8aafe Author: Alexander Kojevnikov <alexander@kojevnikov.com> Date: Mon, 10 May 2010 12:47:59 +1000 Spelling Diffstat:
M | data/spek.desktop.in.in | | | 4 | ++-- |
M | src/spek-window.vala | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/spek.desktop.in.in b/data/spek.desktop.in.in @@ -2,9 +2,9 @@ Type=Application Version=0.1 _Name=Spek -_GenericName=Spectrum Analyzer +_GenericName=Spectrum Analyser _Comment=View spectrograms of your audio files -_X-GNOME-FullName=Spectrum Analyzer +_X-GNOME-FullName=Spectrum Analyser Exec=spek Icon=spek Terminal=false diff --git a/src/spek-window.vala b/src/spek-window.vala @@ -25,7 +25,7 @@ namespace Spek { private Spectrogram spectrogram; public Window () { - this.title = _("Spek - Acoustic Spectrum Analyzer"); + this.title = _("Spek - Acoustic Spectrum Analyser"); this.set_icon_name ("spek"); this.set_default_size (640, 480); this.destroy.connect (Gtk.main_quit);