[gthumb] add ellipsis to the "Save As" command
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] add ellipsis to the "Save As" command
- Date: Tue, 16 Aug 2016 16:15:50 +0000 (UTC)
commit 392ad7320d2eba0b52317365ef4d520525d4621f
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Aug 15 15:00:42 2016 +0200
add ellipsis to the "Save As" command
extensions/file_tools/gth-file-tool-save-as.c | 2 +-
gthumb/resources/gears-menu.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/file_tools/gth-file-tool-save-as.c b/extensions/file_tools/gth-file-tool-save-as.c
index e1cb272..d177da5 100644
--- a/extensions/file_tools/gth-file-tool-save-as.c
+++ b/extensions/file_tools/gth-file-tool-save-as.c
@@ -67,5 +67,5 @@ gth_file_tool_save_as_class_init (GthFileToolSaveAsClass *klass)
static void
gth_file_tool_save_as_init (GthFileToolSaveAs *self)
{
- gth_file_tool_construct (GTH_FILE_TOOL (self), "document-save-as-symbolic", _("Save As"),
GTH_TOOLBOX_SECTION_FILE);
+ gth_file_tool_construct (GTH_FILE_TOOL (self), "document-save-as-symbolic", _("Save As…"),
GTH_TOOLBOX_SECTION_FILE);
}
diff --git a/gthumb/resources/gears-menu.ui b/gthumb/resources/gears-menu.ui
index c129bda..7b5f0da 100644
--- a/gthumb/resources/gears-menu.ui
+++ b/gthumb/resources/gears-menu.ui
@@ -21,7 +21,7 @@
<attribute name="accel"><![CDATA[<Ctrl>s]]></attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Save As</attribute>
+ <attribute name="label" translatable="yes">Save As…</attribute>
<attribute name="action">win.save-as</attribute>
</item>
<item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]