[gedit] Dialog titles should match command names
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Dialog titles should match command names
- Date: Wed, 24 Apr 2013 15:41:38 +0000 (UTC)
commit a81899bafa02071446060478a366d2b357b6f535
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Apr 24 17:40:55 2013 +0200
Dialog titles should match command names
https://bugzilla.gnome.org/show_bug.cgi?id=698697
gedit/gedit-commands-file.c | 4 ++--
plugins/spell/languages-dialog.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gedit/gedit-commands-file.c b/gedit/gedit-commands-file.c
index 3eccfcc..fdf4654 100644
--- a/gedit/gedit-commands-file.c
+++ b/gedit/gedit-commands-file.c
@@ -438,8 +438,8 @@ _gedit_cmd_file_open (GtkAction *action,
return;
}
- /* Translators: "Open Files" is the title of the file chooser window */
- open_dialog = gedit_file_chooser_dialog_new (_("Open Files"),
+ /* Translators: "Open" is the title of the file chooser window */
+ open_dialog = gedit_file_chooser_dialog_new (_("Open"),
GTK_WINDOW (window),
GTK_FILE_CHOOSER_ACTION_OPEN,
NULL,
diff --git a/plugins/spell/languages-dialog.ui b/plugins/spell/languages-dialog.ui
index 1d0ba4e..5dd96d0 100644
--- a/plugins/spell/languages-dialog.ui
+++ b/plugins/spell/languages-dialog.ui
@@ -4,7 +4,7 @@
<object class="GtkDialog" id="dialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
- <property name="title" translatable="yes">Set language</property>
+ <property name="title" translatable="yes">Set Language</property>
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]