mirror of
https://github.com/alexkay/spek.git
synced 2025-04-17 00:52:20 +03:00
i18n: Update translator notes
This commit is contained in:
parent
e8e6a9b2a6
commit
52a3e84266
@ -138,7 +138,7 @@ namespace Spek {
|
||||
cur_dir = Path.get_dirname (file_name);
|
||||
spectrogram.open (file_name);
|
||||
|
||||
// Note to translators: window title, %s is replaced with the file name
|
||||
// TRANSLATORS: window title, %s is replaced with the file name
|
||||
title = _("Spek - %s").printf (Path.get_basename (file_name));
|
||||
}
|
||||
|
||||
|
@ -44,6 +44,7 @@ namespace Spek {
|
||||
}
|
||||
|
||||
if (version) {
|
||||
// TRANSLATORS: first %s is the package name, second %s is the package version.
|
||||
print (_("%s version %s\n"), Config.PACKAGE_NAME, Config.PACKAGE_VERSION);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user