i18n: Update translator notes

This commit is contained in:
Alexander Kojevnikov 2011-02-23 19:35:29 +08:00
parent e8e6a9b2a6
commit 52a3e84266
2 changed files with 2 additions and 1 deletions

View File

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

View File

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