[easytag] Use unabbreviated "frequency" in UI string
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Use unabbreviated "frequency" in UI string
- Date: Mon, 20 May 2013 15:08:51 +0000 (UTC)
commit 0b7e08d7184d50425142d0afc673ca114f614ba1
Author: David King <amigadave amigadave com>
Date: Mon May 20 16:04:21 2013 +0100
Use unabbreviated "frequency" in UI string
There is enough space in the header information to use the unabbreviated
word.
src/easytag.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/easytag.c b/src/easytag.c
index 4cd399c..4a48d79 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -553,7 +553,7 @@ Create_File_Area (void)
/* Translators: Please try to keep this string as short as possible as it
* is shown in a narrow column. */
- SampleRateLabel = gtk_label_new(_("Freq.:"));
+ SampleRateLabel = gtk_label_new (_("Frequency:"));
gtk_grid_attach (GTK_GRID (HeaderInfosTable), SampleRateLabel, 0, 2, 1, 1);
SampleRateValueLabel = gtk_label_new("");
gtk_grid_attach (GTK_GRID (HeaderInfosTable), SampleRateValueLabel, 1, 2,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]