After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676775 - [PATCH] Small typo in UI
[PATCH] Small typo in UI
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session-properties
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-24 19:55 UTC by Michael Terry
Modified: 2012-07-17 02:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (712 bytes, patch)
2012-05-25 19:08 UTC, Michael Terry
committed Details | Review

Description Michael Terry 2012-05-24 19:55:04 UTC
Original Ubuntu bug here: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/950898

Select (in 10.04) the System -> Preferences -> Startup Applications... menu choice. Then click the Options tab and notice the "Remember Currently Running Application" button. The button has a typo, it should say "Applications" (plural) because all running applications are remembered.

A simple patch (by Nathan Williams) is:

=== modified file 'data/session-properties.ui'
--- data/session-properties.ui	2009-07-20 11:48:14 +0000
+++ data/session-properties.ui	2012-04-25 04:17:17 +0000
@@ -168,7 +168,7 @@
                     <child>
                       <object class="GtkLabel" id="label7">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">_Remember Currently Running Application</property>
+                        <property name="label" translatable="yes">_Remember Currently Running Applications</property>
                         <property name="use_underline">True</property>
                       </object>
                       <packing>
Comment 1 André Klapper 2012-05-25 09:01:53 UTC
Attaching patches as attachments instead of inline is highly welcome (no new linebreaks introduced, plus can be explicitly queried for).
Comment 2 Michael Terry 2012-05-25 19:08:30 UTC
Created attachment 214983 [details] [review]
Proposed patch
Comment 3 Ray Strode [halfline] 2012-07-17 02:01:02 UTC
thanks.