mirror of
https://github.com/alexkay/spek.git
synced 2025-04-22 11:20:31 +03:00
Spelling
This commit is contained in:
parent
e47aa22e10
commit
be2ef97f79
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user