This commit is contained in:
Alexander Kojevnikov 2010-05-10 12:47:59 +10:00
parent e47aa22e10
commit be2ef97f79
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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);