[gedit] Title case button labels and add mnemonics
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Title case button labels and add mnemonics
- Date: Sun, 16 May 2010 15:06:51 +0000 (UTC)
commit 224529002989949a161abbc3b93c891d3cf393fc
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Sun May 16 17:06:48 2010 +0200
Title case button labels and add mnemonics
gedit/gedit-commands-file.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gedit/gedit-commands-file.c b/gedit/gedit-commands-file.c
index f074e0b..598adea 100644
--- a/gedit/gedit-commands-file.c
+++ b/gedit/gedit-commands-file.c
@@ -600,14 +600,14 @@ change_compression (GtkWindow *parent,
primary_message = _("Save the file using compression?");
secondary_message = _("The file \"%s\" was previously saved as plain "
"text and will now be saved using compression.");
- button_label = _("Save using compression");
+ button_label = _("_Save Using Compression");
}
else
{
primary_message = _("Save the file as plain text?");
secondary_message = _("The file \"%s\" was previously saved "
"using compression and will now be saved as plain text.");
- button_label = _("Save as plain text");
+ button_label = _("_Save As Plain Text");
}
dialog = gtk_message_dialog_new (parent,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]